Skip to content

Commit

Permalink
pin pythesint version 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrin66 committed Feb 13, 2020
1 parent baee9d4 commit 647cf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN conda install setuptools \
&& conda remove qt pyqt --force \
&& conda clean -a -y \
&& rm /opt/conda/pkgs/* -rf \
&& pip install pythesint \
&& pip install pythesint==1.4.8 \
&& python -c 'import pythesint; pythesint.update_all_vocabularies()' \
&& wget -nc -nv -P /usr/share/MOD44W https://github.com/nansencenter/mod44w/raw/master/MOD44W.tgz \
&& tar -xzf /usr/share/MOD44W/MOD44W.tgz -C /usr/share/MOD44W/ \
Expand Down

0 comments on commit 647cf7d

Please sign in to comment.