progress: common data directory
This commit is contained in:
+5
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user