Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 417 Bytes

Docker-README.md

File metadata and controls

13 lines (9 loc) · 417 Bytes

Build the Docker image

docker builder prune

docker build --no-cache -t ffxdocker -f Dockerfile .

Test the Docker image in Bash

docker run -it --rm ffxdocker bash

Test the Docker image locally by running jupyter notebook

docker run -it --rm -p 8888:8888 ffxdocker

Test the Docker image locally by running jupyter lab

docker run -it --rm -p 8888:8888 ffxdocker jupyter lab --ip=0.0.0.0