aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-11-02 19:47:43 +0000
committerterminaldweller <thabogre@gmail.com>2022-11-02 19:47:43 +0000
commit055c31452783a20e957657c7875bfb63962bcd66 (patch)
tree9b83d7b144b5452230884f54a0d6f75caf6d52df /docker-compose.yml
parentupdated (diff)
downloadjupyter-notebook-docker-compose-055c31452783a20e957657c7875bfb63962bcd66.tar.gz
jupyter-notebook-docker-compose-055c31452783a20e957657c7875bfb63962bcd66.zip
update
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 79df23f..324bf90 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,12 +1,12 @@
version: '3.8'
services:
jupyterlab_ai:
- image: devijlab
+ image: devijlab:v0.2
build:
context: .
volumes:
- - /home/jupyterlab_docker/datasets:/datasets:ro
- - /home/jupyterlab_docker/notebooks:/opt/app/data
+ - /home/devi/jupyterlab_docker/datasets:/datasets:ro
+ - /home/devi/jupyterlab_docker/notebooks:/opt/app/data/
ports:
- 8889:8888
# networks: