1. init
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
pytorch:
|
||||
build: .
|
||||
container_name: pytorch-lab
|
||||
ports:
|
||||
- "8888:8888"
|
||||
volumes:
|
||||
- .:/workspace
|
||||
command: jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --allow-root
|
||||
Reference in New Issue
Block a user