This commit is contained in:
fada
2025-06-11 10:53:10 +08:00
commit 4dd26d4712
5 changed files with 507 additions and 0 deletions

11
docker-compose.yml Normal file
View 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