We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529c576 commit 119ad1aCopy full SHA for 119ad1a
1 file changed
Dockerfile
@@ -19,5 +19,5 @@ RUN mkdir projects \
19
# Create Python 3.6 conda environment and install requirements, then install THOR
20
RUN cd projects/thor \
21
&& 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)" \
+ && python -m ipykernel install --user --name thor_py36 --display-name "THOR (Python 3.6)" \
23
&& python setup.py install
0 commit comments