We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bb7c3 commit b13d8ecCopy full SHA for b13d8ec
Dockerfile
@@ -5,5 +5,6 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"
5
COPY override/gcloud /app/venv/bin/gcloud
6
COPY override/timeout.conf /etc/nginx/conf.d/timeout.conf
7
COPY override/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
8
-# Hack to get zstandard from PyPI - remove if conda-forge linked lib issue is resolved
9
-RUN pip install --no-cache-dir --no-deps --force-reinstall zstandard==0.21.0
+
+COPY requirements.txt .
10
+RUN pip install --upgrade -r requirements.txt
0 commit comments