Skip to content

Commit a568762

Browse files
danhphantwiecki
authored andcommitted
Update conda environment name when running docker with jupyter notebook
1 parent f5d3431 commit a568762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ RUN echo "conda activate pymc-dev" >> ~/.bashrc && \
2727

2828
# For running from jupyter notebook
2929
EXPOSE 8888
30-
CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev-py39", "jupyter","notebook","--ip=0.0.0.0","--port=8888","--no-browser"]
30+
CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev", "jupyter","notebook","--ip=0.0.0.0","--port=8888","--no-browser"]

0 commit comments

Comments
 (0)