Skip to content

Commit 119ad1a

Browse files
committed
Fix typo in Dockerfile environment name
1 parent 529c576 commit 119ad1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ RUN mkdir projects \
1919
# Create Python 3.6 conda environment and install requirements, then install THOR
2020
RUN cd projects/thor \
2121
&& conda install -c defaults -c conda-forge -c astropy --file requirements.txt python=3.6 --y \
22-
&& python -m ipykernel install --user --name thor_p36 --display-name "THOR (Python 3.6)" \
22+
&& python -m ipykernel install --user --name thor_py36 --display-name "THOR (Python 3.6)" \
2323
&& python setup.py install

0 commit comments

Comments
 (0)