progress: common data directory

This commit is contained in:
2024-06-04 00:57:49 +00:00
parent 1013e80286
commit 3a004e712a
6 changed files with 37 additions and 23 deletions
+5 -3
View File
@@ -3,10 +3,12 @@
# -------------------------------------------------------
FROM pytorch/pytorch:latest
# Install JupyterLab
RUN pip install jupyterlab
RUN useradd -m -s /bin/bash oleg
# Install additional packages
# Install packages
RUN pip install jupyterlab
RUN pip install pandas
RUN pip install numpy
RUN pip install plotly
RUN pip install fastbook