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 f42c7d3 + 332c5b5 commit 0c9f18bCopy full SHA for 0c9f18b
docker/Dockerfile.devito
@@ -17,7 +17,7 @@ ARG GROUP_ID=1000
17
RUN python3 -m venv /venv && \
18
/venv/bin/pip install --no-cache-dir --upgrade pip && \
19
/venv/bin/pip install --no-cache-dir jupyter && \
20
- /venv/bin/pip install --no-cache-dir wheel && \
+ /venv/bin/pip install --no-cache-dir --upgrade wheel setuptools && \
21
ln -fs /app/nvtop/build/src/nvtop /venv/bin/nvtop
22
23
# Copy Devito
requirements.txt
@@ -7,6 +7,6 @@ cgen>=2020.1
7
codepy>=2019.1
8
click<9.0
9
multidict<6.3
10
-anytree>=2.4.3,<=2.12.1
+anytree>=2.4.3,<=2.13.0
11
cloudpickle
12
packaging
0 commit comments