This commit is contained in:
2024-06-04 18:38:36 +00:00
parent 1d6b5e62c9
commit 78c437cfb3
8 changed files with 141 additions and 1104 deletions
+3 -5
View File
@@ -3,14 +3,12 @@
# -------------------------------------------------------
FROM pytorch/pytorch:latest
RUN useradd -m -s /bin/bash oleg
# Install packages
RUN pip install jupyterlab
RUN pip install pandas
RUN pip install numpy
RUN pip install jupyterlab ipywidgets
RUN pip install pandas numpy
RUN pip install plotly
RUN pip install fastbook
#
# Install additional applications
RUN apt update
File diff suppressed because one or more lines are too long