This commit is contained in:
Oleg Sheynin 2024-06-04 18:38:03 +00:00
parent 3a004e712a
commit 1d6b5e62c9
2 changed files with 6 additions and 7 deletions

9
.gitignore vendored
View File

@ -1,14 +1,15 @@
**/.ipynb_checkpoints **/.ipynb_checkpoints
**/.cache **/.cache
**/workspaces
**/user-settings
fastbook fastbook
*.jpg *.jpg*
*.JPG *.JPG
*.png *.png
*.gif *.gif
*.jpeg *.jpeg
#**/pytorch/jupyter-settings *.img
**/workspaces
**/user-settings
.Trash* .Trash*
*pkl *pkl
data data
*webp

View File

@ -5,12 +5,10 @@ version: '3.8'
# ROOT_DIR # ROOT_DIR
# JUPYTER_PORT # JUPYTER_PORT
#================================================== #==================================================
services: services:
jupyter: jupyter:
user: "oleg"
build: ${ROOT_DIR} build: ${ROOT_DIR}
image: cvtt/jupyter_gpu_pt:v1.0.9 image: cvtt/jupyter_gpu_pt:v1.1.1
container_name: jupyter_gpu_pt container_name: jupyter_gpu_pt
runtime: nvidia runtime: nvidia
environment: environment: