We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b89788 commit e379465Copy full SHA for e379465
2 files changed
README.md
@@ -8,7 +8,7 @@ sudo singularity build pyKeras.simg Singularity
8
9
To use/test:
10
```
11
-singularity exec --nv pyKeras.simg python3 kerasTest.py
+singularity exec --nv pyKeras.simg python kerasTest.py
12
13
14
To get into environment
@@ -18,5 +18,5 @@ singularity shell --nv pyKeras.simg
18
19
To get just an interactive python
20
21
-singularity exec --nv pyKeras.simg python3
+singularity exec --nv pyKeras.simg python
22
Singularity
@@ -8,6 +8,6 @@ Version v0.02
%post
# Install Keras
- pip3 install keras
+ pip install keras
0 commit comments