Closed ahmedbendebba1 closed 3 years ago
@ahmedbendebba1 Thanks for reporting and sorry for the issue. It seems like Jupyter is trying to use a port that is already in use by another service. Did you specify any custom Jupyter arguments/configuration? If you like, you can also share the Dockerfile with your modification, which might help to find out the issue.
@LukasMasuch Thanks for your response Did you specify any custom Jupyter arguments/configuration. I am useing the default minimal version of mlworkspace by running docker run -p 8080:8080 mltooling/ml-workspace-minimal:0.12.1. And after runing the image I run a container and in this container I have develeopped an app without running the dockerfile of the app in ml-workspace. But i have run
pip install -r requirements.txt
and the requirements file is
streamlit==0.50.2
pandas==0.23.4
altair==3.3.0
chart_studio
pyarrow
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
Hello I have aleady run an image of ml-worskpace to create a container. I am developping a webapp in python in this container so I have installed streamlit and bigquerry-api libraires and pycharm IDE.
Now i try to start this container but it gaves me this error :