We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c2a1f commit 1fae8d1Copy full SHA for 1fae8d1
pipeline/inferrer/feature_inferrer/Dockerfile
@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
10
COPY fetch_vgg.py /
11
RUN python ./fetch_vgg.py
12
13
-COPY gunicorn.conf.py start.sh prestart.py /
+COPY gunicorn.conf.py start.sh /
14
COPY app /app
15
16
ENV PYTHONPATH=/app
0 commit comments