We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36ac297 + c9de8a0 commit 86c368dCopy full SHA for 86c368d
ml-api/Dockerfile
@@ -37,4 +37,4 @@ RUN pip install -r requirements.txt
37
# copy project
38
COPY ./app/ /app/
39
40
-EXPOSE 8081
+EXPOSE 8081
ml-celery/Dockerfile
@@ -25,5 +25,6 @@ RUN apt-get install ffmpeg libsm6 libxext6 -y
25
COPY ./requirements.txt /app/requirements.txt
26
RUN pip install -r requirements.txt
27
28
+
29
30
ml-client/Dockerfile
@@ -1,5 +1,7 @@
1
FROM node:14.17-alpine3.13 as builder
2
3
+LABEL maintainer="Duy Nguyen <duynguyenngoc@hotmail.com>"
4
5
WORKDIR /app
6
7
ENV PATH /app/node_modules/.bin:$PATH
0 commit comments