jreades / sds_env

Spatial Data Science Environment
BSD 3-Clause "New" or "Revised" License
23 stars 22 forks source link

Typo in install_fest? #6

Open huanfachen opened 1 month ago

huanfachen commented 1 month ago

There seems a typo in the command of staring docker for M-chip Macs

docker run --rm -d --name sds2024 -p 8888:8888 \ -v "$(pwd):/home/jovyan/work" \ jreades/sds:2024-silicon-silicon start.sh jupyter lab \ --LabApp.password='' --ServerApp.password='' --NotebookApp.token=''

should be sds:2024-silicon?

Link

jreades commented 1 month ago

Think I’ve fixed this, but let me know if you find it anywhere else.

Jon On 16 Oct 2024 at 13:33 +0100, Huanfa Chen @.***>, wrote:

There seems a typo in the command of staring docker for M-chip Macs docker run --rm -d --name sds2024 -p 8888:8888 \ -v "$(pwd):/home/jovyan/work" \ jreades/sds:2024-silicon-silicon start.sh jupyter lab \ --LabApp.password='' --ServerApp.password='' --NotebookApp.token='' should be sds:2024-silicon? Link — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>