Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Till0196 committed Apr 16, 2024
1 parent ac9e4ed commit 64fba12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Juliaがインストール済みのJupyter Notebookが立ち上がるDocker環境です。

[Container registry](https://github.com/till0196/julia-environment/pkgs/container/julia-environment)にて、linux/amd64とlinux/arm64のビルド済みDockerイメージを公開しています。
[Container registry](https://github.com/Till0196/julia-environment/pkgs/container/julia-environment)にて、linux/amd64とlinux/arm64のビルド済みDockerイメージを公開しています。

## 使い方

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile
# image: quay.io/jupyter/julia-notebook:latest
image: ghcr.io/till0196/julia-enviroment:latest
image: ghcr.io/till0196/julia-environment:latest
command: >-
start-notebook.py
--ip='*'
Expand Down

0 comments on commit 64fba12

Please sign in to comment.