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