progress
This commit is contained in:
parent
3a004e712a
commit
1d6b5e62c9
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,14 +1,15 @@
|
||||
**/.ipynb_checkpoints
|
||||
**/.cache
|
||||
**/workspaces
|
||||
**/user-settings
|
||||
fastbook
|
||||
*.jpg
|
||||
*.jpg*
|
||||
*.JPG
|
||||
*.png
|
||||
*.gif
|
||||
*.jpeg
|
||||
#**/pytorch/jupyter-settings
|
||||
**/workspaces
|
||||
**/user-settings
|
||||
*.img
|
||||
.Trash*
|
||||
*pkl
|
||||
data
|
||||
*webp
|
||||
|
||||
@ -5,12 +5,10 @@ version: '3.8'
|
||||
# ROOT_DIR
|
||||
# JUPYTER_PORT
|
||||
#==================================================
|
||||
|
||||
services:
|
||||
jupyter:
|
||||
user: "oleg"
|
||||
build: ${ROOT_DIR}
|
||||
image: cvtt/jupyter_gpu_pt:v1.0.9
|
||||
image: cvtt/jupyter_gpu_pt:v1.1.1
|
||||
container_name: jupyter_gpu_pt
|
||||
runtime: nvidia
|
||||
environment:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user