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