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.
1 parent 9062f77 commit 1e60e38Copy full SHA for 1e60e38
Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /data
3
4
COPY . /data
5
6
-RUN pip install -r requirements/dev.txt
+RUN pip install -r requirements.txt
7
8
ENV PYTHONPATH=/data
9
0 commit comments