APP_PATH=$(pwd) | |
docker stop icefall_run | |
docker rm icefall_run | |
docker run -it --rm \ | |
-p 8888:8888 \ | |
-v "$APP_PATH":/opt/notebooks \ | |
--name icefall_run \ | |
icefall |
APP_PATH=$(pwd) | |
docker stop icefall_run | |
docker rm icefall_run | |
docker run -it --rm \ | |
-p 8888:8888 \ | |
-v "$APP_PATH":/opt/notebooks \ | |
--name icefall_run \ | |
icefall |