This commit is contained in:
2024-06-15 00:04:59 +00:00
parent db4f5679ac
commit 3dc9d91e48
3 changed files with 1082 additions and 71 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -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