Skip to content

Commit c87d5a7

Browse files
committed
cpu and gpu
1 parent ca5208b commit c87d5a7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docker/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,5 @@ RUN pip install --no-cache-dir \
3333
COPY ./requirements.txt /tmp/
3434
RUN pip install --no-cache-dir -r /tmp/requirements.txt
3535

36-
# Enable Jupyter widget support
37-
RUN pip install --no-cache-dir ipywidgets
38-
3936
EXPOSE 8888
4037
CMD ["start-notebook.sh"]

docker/Dockerfile.gpu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,5 @@ RUN pip install --no-cache-dir \
2929
COPY ./requirements.txt /tmp/
3030
RUN pip install --no-cache-dir -r /tmp/requirements.txt
3131

32-
# Enable Jupyter widget support
33-
RUN pip install --no-cache-dir ipywidgets
34-
3532
EXPOSE 8888
3633
CMD ["start-notebook.sh"]

0 commit comments

Comments
 (0)