progress
This commit is contained in:
parent
3a004e712a
commit
1d6b5e62c9
9
.gitignore
vendored
9
.gitignore
vendored
@ -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
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user