mirror of
https://github.com/donnemartin/data-science-ipython-notebooks.git
synced 2024-03-22 13:30:56 +08:00
13 lines
269 B
Markdown
13 lines
269 B
Markdown
Exercises
|
|
===========================================================
|
|
|
|
Building the Docker container
|
|
-----------------------------
|
|
|
|
docker build -t $USER/exercises .
|
|
|
|
Running the container
|
|
---------------------
|
|
|
|
docker run -p 8888:8888 -it --rm $USER/exercises
|