You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying your project, and I encountering an error as following your instructions on Readme.
git clone https://github.com/geopython/geopython-workshop.git
cd geopython-workshop.git/workshop/jupyter
./build.sh
OK, except that the directory is not geopython-workshop.git but geopython-workshop, so the correct command is cd geopython-workshop/workshop/jupyter. You may consider adding && \ at the end of your command lines.
But the problem occurs when I try starting the containers:
cd workshop
# start workshop
./geopython-workshop-ctl.sh start
It ends with:
Status: Downloaded newer image for geopython/pycsw:latest
Creating geopython-workshop-pycsw ...
Creating geopython-workshop-pygeoapi ...
Creating geopython-workshop-jupyter ...
Creating geopython-workshop-jupyter
Creating geopython-workshop-pycsw
Creating geopython-workshop-jupyter ... error
ERROR: for geopython-workshop-jupyter Cannot start service jupyter: driver failed programming external connectivity on endpoint geopython-workshop-jupyter (e6caa476b3b025268b1b7b3390c0c99f8Creating geopython-workshop-pycsw ... done
ERROR: for jupyter Cannot start service jupyter: driver failed programming external connectivity on endpoint geopython-workshop-jupyter (e6caa476b3b025268b1b7b3390c0c99f8d88ba5c0600107eae325dbcd5032d67): Error starting userland proxy: listen tcp4 0.0.0.0:8888: bind: address already in use
ERROR: Encountered errors while bringing up the project.
System : Ubuntu 18.04.6 LTS
Docker : 20.10.2, build 20.10.2-0ubuntu1~18.04.2
The text was updated successfully, but these errors were encountered:
The build.sh step is not required. The workshop Docker image should be downloaded from DockerHub on the first ./geopython-workshop-ctl.sh start. The Git repo is just for the Notebook and Data content which is mounted into the Docker Containter running the Jupyter NB.
Also in the current version pycsw and pygeoapi are not used anymore, but optional.
But I see the git/README.md and same on DOckerHUb, is confusing, suggesting the build.sh. step. Should be altered.
Hi,
I'm trying your project, and I encountering an error as following your instructions on Readme.
OK, except that the directory is not
geopython-workshop.git
butgeopython-workshop
, so the correct command iscd geopython-workshop/workshop/jupyter
. You may consider adding&& \
at the end of your command lines.But the problem occurs when I try starting the containers:
It ends with:
System : Ubuntu 18.04.6 LTS
Docker : 20.10.2, build 20.10.2-0ubuntu1~18.04.2
The text was updated successfully, but these errors were encountered: