mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Docker: Move install dir to /opt/cp2k
This commit is contained in:
parent
3c362065eb
commit
e861a83b17
53 changed files with 81 additions and 81 deletions
|
|
@ -6,7 +6,7 @@
|
|||
FROM ubuntu:20.04
|
||||
|
||||
# Install dependencies.
|
||||
WORKDIR /workspace/cp2k
|
||||
WORKDIR /opt/cp2k
|
||||
COPY ./tools/docker/scripts/install_python.sh .
|
||||
RUN ./install_python.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue