From a568762cd2fd0c0d19d8c0700a5e64374f1639b8 Mon Sep 17 00:00:00 2001 From: danhphan Date: Wed, 29 Jun 2022 18:03:55 +1000 Subject: [PATCH] Update conda environment name when running docker with jupyter notebook --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 2a363efb011..007a6aafe2b 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -27,4 +27,4 @@ RUN echo "conda activate pymc-dev" >> ~/.bashrc && \ # For running from jupyter notebook EXPOSE 8888 -CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev-py39", "jupyter","notebook","--ip=0.0.0.0","--port=8888","--no-browser"] +CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev", "jupyter","notebook","--ip=0.0.0.0","--port=8888","--no-browser"]