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 8b4b750 + 061d7bb commit 17f6893Copy full SHA for 17f6893
.devcontainer/Dockerfile
@@ -32,7 +32,7 @@ COPY ./requirements.txt /tmp/
32
RUN \
33
# tutorial dependencies
34
pip install --no-cache-dir black faker ipykernel && \
35
- pip install --no-cache-dir -r /tmp/requirements.txt && \
+ pip install --no-cache-dir -r /tmp/requirements.txt --upgrade && \
36
rm /tmp/requirements.txt
37
38
ENV DJ_HOST fakeservices.datajoint.io
0 commit comments