Skip to content

Commit b1de8ee

Browse files
authored
Merge pull request #556 from marcodelapierre/update/registry/quay.io_pawsey_python
registry/quay.io/pawsey python recipes 4x: added python3 alias
2 parents 58cfe38 + b264037 commit b1de8ee

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

registry/quay.io/pawsey/cuda-hpc-python/container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
2022.03-hdf5mpi: sha256:74d5953fb12c9cdc0657d8edc3135f1001d11de9a0f5c2ab4ac55238aac405b2
1313
aliases:
1414
python: /usr/local/bin/python
15+
python3: /usr/local/bin/python3
1516
env:
1617
PYTHONSTARTUP: ''
1718
PYTHONUSERBASE: ''

registry/quay.io/pawsey/cuda-intel-hpc-python/container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
2022.03-hdf5mpi: sha256:fdceb909362b178b0f461a9e77cd2fd796f1892e0a4f9797c3378b19974bb121
1313
aliases:
1414
python: /opt/conda/bin/python
15+
python3: /opt/conda/bin/python3
1516
env:
1617
PYTHONSTARTUP: ''
1718
PYTHONUSERBASE: ''

registry/quay.io/pawsey/hpc-python/container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tags:
1111
2022.03-hdf5mpi: sha256:e9a0db88e98c2388d8731a983ed845b46ce0e2d99d4566802b84142ce21e1c23
1212
aliases:
1313
python: /usr/local/bin/python
14+
python3: /usr/local/bin/python3
1415
env:
1516
PYTHONSTARTUP: ''
1617
PYTHONUSERBASE: ''

registry/quay.io/pawsey/intel-hpc-python/container.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tags:
1212
2022.03-hdf5mpi: sha256:8cb0238d2ed84f284c50cf1cd8811b12043e687a2b5ff4c858eac70acec7a549
1313
aliases:
1414
python: /opt/conda/bin/python
15+
python3: /opt/conda/bin/python3
1516
env:
1617
PYTHONSTARTUP: ''
1718
PYTHONUSERBASE: ''

0 commit comments

Comments
 (0)