This commit is contained in:
2024-06-04 18:38:36 +00:00
parent 1d6b5e62c9
commit 78c437cfb3
8 changed files with 141 additions and 1104 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
RUN useradd -m -s /bin/bash oleg
# RUN useradd -m -s /bin/bash oleg
RUN mkdir -p /workspace/tf_cache
+2 -2
View File
@@ -8,9 +8,9 @@ version: '3.8'
services:
jupyter:
user: "oleg"
# user: "oleg"
build: ${ROOT_DIR}
image: cvtt/jupyter_gpu_tf:v1.0.4
image: cvtt/jupyter_gpu_tf:v1.0.5
container_name: jupyter_gpu_tf
runtime: nvidia
environment: