Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1012 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 1012 Bytes

jupyter-sysml2

how to run

on wsl

docker run --rm -p 8888:8888 -v /mnt/c/user_sysml2_working_dir:/home/root/work bleach31/jupyter-sysml2:2023-10
podman run --rm -p 8888:8888 -v /mnt/c/user_sysml2_working_dir:/home/root/work bleach31/jupyter-sysml2:2023-10

Not directly related to this repository. If you see kind of following errors, for example in an company internal network, failed to verify certificate: x509: certificate signed by unknown authority. this sites may be helpful

build memo for me

  1. change ARG RELEASE=2024-02
  2. run docker build -t bleach31/jupyter-sysml2:{RELEASE}
  3. docker login -u bleach31
  4. docker push bleach31/jupyter-sysml2:{RELEASE}