Skip to content

Commit

Permalink
Docker: Fix install_aiida.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Jul 23, 2019
1 parent 5571166 commit 4adbcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/scripts/install_aiida.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apt-get install -qq --no-install-recommends \
rm -rf /var/lib/apt/lists/*

# install python packages
pip install --quiet flake8 aiida ase
pip install --quiet flake8 aiida ase==3.17.0

# create ubuntu user with sudo powers
adduser --disabled-password --gecos "" ubuntu
Expand Down

0 comments on commit 4adbcf0

Please sign in to comment.