Skip to content
Snippets Groups Projects
Verified Commit a020675c authored by Olivier Benz's avatar Olivier Benz
Browse files

Update README.md

parent d26be04b
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ base → scipy ...@@ -52,7 +52,7 @@ base → scipy
information. information.
:information_source: Regading [Magic](https://docs.modular.com/magic/), see :information_source: Regading [Magic](https://docs.modular.com/magic/), see
[[(JupyterLab) MAX/Mojo docker stack] Why is Magic not installed?](https://github.com/orgs/b-data/discussions/5) [[(CUDA-based) (JupyterLab) MAX/Mojo docker stack] Why is Magic not installed?](https://github.com/orgs/b-data/discussions/5)
The following extensions are pre-installed for **code-server**: The following extensions are pre-installed for **code-server**:
...@@ -137,7 +137,8 @@ To install docker, follow the instructions for your platform: ...@@ -137,7 +137,8 @@ To install docker, follow the instructions for your platform:
latest: latest:
```shell ```shell
cd base && docker build \ cd base
docker build \
--build-arg MOJO_VERSION=24.6.0 \ --build-arg MOJO_VERSION=24.6.0 \
--build-arg PYTHON_VERSION=3.12.8 \ --build-arg PYTHON_VERSION=3.12.8 \
-t jupyterlab/mojo/base \ -t jupyterlab/mojo/base \
...@@ -147,7 +148,8 @@ cd base && docker build \ ...@@ -147,7 +148,8 @@ cd base && docker build \
version: version:
```shell ```shell
cd base && docker build \ cd base
docker build \
-t jupyterlab/mojo/base:MAJOR.MINOR.PATCH \ -t jupyterlab/mojo/base:MAJOR.MINOR.PATCH \
-f MAJOR.MINOR.PATCH.Dockerfile . -f MAJOR.MINOR.PATCH.Dockerfile .
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment