Revert "Change SPACK_CACHE"

This reverts commit a8a95e500c.
This commit is contained in:
Matthias Krack 2026-01-25 20:05:58 +01:00
parent a8a95e500c
commit fd1a950bc3
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
zstd \
&& rm -rf /var/lib/apt/lists/*
ARG SPACK_CACHE="gs://cp2k-spack-cache"
ARG SPACK_CACHE="s3://spack-cache --s3-endpoint-url=http://localhost:9000"
WORKDIR /opt
COPY . cp2k/

View file

@ -36,7 +36,7 @@ RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
zstd \
&& rm -rf /var/lib/apt/lists/*
ARG SPACK_CACHE="gs://cp2k-spack-cache"
ARG SPACK_CACHE="s3://spack-cache --s3-endpoint-url=http://localhost:9000"
WORKDIR /opt
COPY . cp2k/

View file

@ -701,7 +701,7 @@ RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
zstd \
&& rm -rf /var/lib/apt/lists/*
ARG SPACK_CACHE="gs://cp2k-spack-cache"
ARG SPACK_CACHE="s3://spack-cache --s3-endpoint-url=http://localhost:9000"
WORKDIR /opt
COPY . cp2k/