Skip to content

Commit e379465

Browse files
committed
update to default python3
1 parent 0b89788 commit e379465

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sudo singularity build pyKeras.simg Singularity
88

99
To use/test:
1010
```
11-
singularity exec --nv pyKeras.simg python3 kerasTest.py
11+
singularity exec --nv pyKeras.simg python kerasTest.py
1212
```
1313

1414
To get into environment
@@ -18,5 +18,5 @@ singularity shell --nv pyKeras.simg
1818

1919
To get just an interactive python
2020
```
21-
singularity exec --nv pyKeras.simg python3
21+
singularity exec --nv pyKeras.simg python
2222
```

Singularity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Version v0.02
88

99
%post
1010
# Install Keras
11-
pip3 install keras
11+
pip install keras
1212

1313

0 commit comments

Comments
 (0)