Skip to content

Commit 9f86502

Browse files
authored
Update Dockerfile
1 parent b70a57d commit 9f86502

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Dockerfile

-12
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,3 @@ EXPOSE 8888
3838

3939
# Start JupyterLab
4040
CMD ["jupyter", "lab", "--ip", "0.0.0.0", "--no-browser", "--ServerApp.token=''"]
41-
42-
---
43-
# docker-compose.yml
44-
version: "3.9"
45-
services:
46-
jupyterlab:
47-
image: "ghcr.io/uw-gda/uwgda-image-living:latest"
48-
ports:
49-
- "8888:8888"
50-
volumes:
51-
- ${PWD}:/home/jovyan
52-
user: "1000:1000" # This matches typical Linux UID:GID for first user

0 commit comments

Comments
 (0)