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 8b4b750 commit 061d7bbCopy full SHA for 061d7bb
.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