progress
This commit is contained in:
parent
db4f5679ac
commit
3dc9d91e48
@ -17,6 +17,8 @@ RUN pip install jupyterlab
|
|||||||
RUN pip install pandas
|
RUN pip install pandas
|
||||||
RUN pip install numpy
|
RUN pip install numpy
|
||||||
RUN pip install plotly
|
RUN pip install plotly
|
||||||
|
RUN pip install seaborn
|
||||||
|
RUN pip install statsmodels
|
||||||
|
|
||||||
# Install additional applications
|
# Install additional applications
|
||||||
RUN apt update
|
RUN apt update
|
||||||
|
|||||||
@ -11,7 +11,7 @@ services:
|
|||||||
jupyter:
|
jupyter:
|
||||||
# user: "oleg"
|
# user: "oleg"
|
||||||
build: ${ROOT_DIR}
|
build: ${ROOT_DIR}
|
||||||
image: cvtt/jupyter_gpu_tf:v1.0.6
|
image: cvtt/jupyter_gpu_tf:v1.0.7
|
||||||
container_name: jupyter_gpu_tf
|
container_name: jupyter_gpu_tf
|
||||||
runtime: nvidia
|
runtime: nvidia
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user