Skip to content

Commit

Permalink
docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mhamdi committed Dec 18, 2024
1 parent 03edb04 commit 8aa4439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
services:
jupyter:
image: jlai:local
image: abmhamdi/jlai-p1
ports:
- "2468:2468"
command: /root/.julia/conda/3/x86_64/bin/jupyter lab --NotebookApp.token='' --ip 0.0.0.0 --port 2468 --allow-root --no-browser
volumes:
- $HOME/.julia/scratchspaces/:/root/.julia/scratchspaces/
pluto:
image: jlai:local
image: abmhamdi/jlai-p1
ports:
- "1234:1234"
command: julia -e "import Pluto; Pluto.run(host=\"0.0.0.0\", port=1234, launch_browser=false, require_secret_for_open_links=false, require_secret_for_access=false)"
Expand Down

0 comments on commit 8aa4439

Please sign in to comment.