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 ca5208b commit c87d5a7Copy full SHA for c87d5a7
docker/Dockerfile
@@ -33,8 +33,5 @@ RUN pip install --no-cache-dir \
33
COPY ./requirements.txt /tmp/
34
RUN pip install --no-cache-dir -r /tmp/requirements.txt
35
36
-# Enable Jupyter widget support
37
-RUN pip install --no-cache-dir ipywidgets
38
-
39
EXPOSE 8888
40
CMD ["start-notebook.sh"]
docker/Dockerfile.gpu
@@ -29,8 +29,5 @@ RUN pip install --no-cache-dir \
29
30
31
32
0 commit comments