Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker container #2

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Docker container #2

wants to merge 6 commits into from

Conversation

jgomezdans
Copy link
Collaborator

As mybinder is limiting repository launches, I have created a Docker image for this repository. The image is not optimised for size, but does work. To use it, install docker on your computer and launch the container with

docker run -p 8888:8888 jgomezdans/multiply_training

After a while, you'll see something like this popping up on your screen (the actual message on your screen will be different):

    
    To access the server, open this file in a browser:
        file:///home/mambauser/.local/share/jupyter/runtime/jpserver-1-open.html
    Or copy and paste one of these URLs:
        http://4c5f3de1c9ec:8888/lab?token=6f22e376b212c4b7cbcc7c937d49619bda40aa84212e5ec0
        http://127.0.0.1:8888/lab?token=6f22e376b212c4b7cbcc7c937d49619bda40aa84212e5ec0

Open a browser on your computer and point it to the last line (i.e., http://127.0.0.1:8888/lab?token=6f22e376b212c4b7cbcc7c937d49619bda40aa84212e5ec0), and you will be presented with the jupyter lab interface to play around with things.

@JorisTimmermans please check, and if happy, I'll update.

@jgomezdans jgomezdans added the enhancement New feature or request label May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant