Skip to content

Commit

Permalink
for mac users
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBulgarelli committed Apr 5, 2024
1 parent 0353a16 commit f66afaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/quickstart/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Using the command below you can launch the container and automatically start jup
mkdir shared_dir
docker run --name agilepy-$AGILEPY_RELEASE -itd --rm -v $(pwd)/shared_dir:/shared_dir -p 9999:8888 -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw agilescience/agilepy:release-$AGILEPY_RELEASE bash - l
For mac:
docker run --name agilepy-$AGILEPY_RELEASE -itd --rm -v $(pwd)/shared_dir:/shared_dir -p 9999:8888 --platform linux/amd64 -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw agilescience/agilepy:release-$AGILEPY_RELEASE bash - l
Enter inside the container to activate jupyter:

.. code-block::
Expand Down

0 comments on commit f66afaf

Please sign in to comment.