summaryrefslogtreecommitdiff
path: root/.nea/docker
diff options
context:
space:
mode:
authorSPRENGER Julia, NEA/SCI/DB <julia.sprenger@oecd-nea.org>2025-09-12 15:30:01 +0000
committerSPRENGER Julia, NEA/SCI/DB <julia.sprenger@oecd-nea.org>2025-09-12 15:30:01 +0000
commiteee582f8594d3b7d01b65660ca1e8bef00eb6b2a (patch)
tree0d3e8f721c84b3c3b2d03e9898a8a0a9c29287d8 /.nea/docker
parentb9c84420360158f59beb8248e1f87f155df5a1ee (diff)
parent85fc5e365230c28ece6ecd8403a3f426a68db2f8 (diff)
Merge branch 'improve_docker_build' into 'main'
Improve docker build time See merge request dragon/5.1!4
Diffstat (limited to '.nea/docker')
-rw-r--r--.nea/docker/Dockerfile.slim7
1 files changed, 4 insertions, 3 deletions
diff --git a/.nea/docker/Dockerfile.slim b/.nea/docker/Dockerfile.slim
index ebfae15..251dfb5 100644
--- a/.nea/docker/Dockerfile.slim
+++ b/.nea/docker/Dockerfile.slim
@@ -32,13 +32,14 @@ RUN AG="env DEBIAN_FRONTEND=noninteractive apt-get -yq" && \
rm -rf .git Donjon/data Dragon/data Trivac/data doc && \
cd ${DRAGON_CODE_DIR}/Donjon && \
make hdf5=1 openmp=1 && \
- # this doesn't remove the binaries, just the *.o and the *.a and *.mod files
- make clean && \
cd ../PyGan && \
make hdf5=1 openmp=1 && \
# this doesn't remove the binaries, just the *.o and the *.a and *.mod files
make clean && \
- cd ../Ganlib && \
+ cd ${DRAGON_CODE_DIR}/Donjon && \
+ # this doesn't remove the binaries, just the *.o and the *.a and *.mod files
+ make clean && \
+ cd ${DRAGON_CODE_DIR}/Ganlib && \
./rganlib -q testgan1.x2m && \
./rganlib -q testgan2.x2m && \
./rganlib -q testgan3.x2m && \