We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcac5b commit 4e56d5cCopy full SHA for 4e56d5c
Dockerfile
@@ -55,8 +55,6 @@ COPY --from=base /usr/bin/env /usr/bin/env
55
ENV SPACK_PYTHON=/python-view/bin/python3
56
ENV PATH=/view/bin:/spack/bin:/bin
57
58
-RUN spack compiler find
59
-
60
RUN spack bootstrap now
61
62
ENTRYPOINT ["/bin/sh"]
spack.yaml
@@ -19,16 +19,17 @@ spack:
19
view:
20
final:
21
root: /view
22
+ link: run
23
select:
24
- binutils
25
- coreutils
- - gcc
26
- git
27
- patch
28
- tar
29
- unzip
30
python:
31
root: /python-view
32
33
select: [python]
34
packages:
35
all:
0 commit comments