This commit is contained in:
Oleg Sheynin 2024-06-15 00:04:59 +00:00
parent db4f5679ac
commit 3dc9d91e48
3 changed files with 1082 additions and 71 deletions

View File

@ -17,6 +17,8 @@ RUN pip install jupyterlab
RUN pip install pandas
RUN pip install numpy
RUN pip install plotly
RUN pip install seaborn
RUN pip install statsmodels
# Install additional applications
RUN apt update

View File

@ -11,7 +11,7 @@ services:
jupyter:
# user: "oleg"
build: ${ROOT_DIR}
image: cvtt/jupyter_gpu_tf:v1.0.6
image: cvtt/jupyter_gpu_tf:v1.0.7
container_name: jupyter_gpu_tf
runtime: nvidia
environment:

File diff suppressed because one or more lines are too long