Skip to content

Commit a021e80

Browse files
committed
updated container build script and python requirements file placement, WIP
1 parent 6e561df commit a021e80

File tree

4 files changed

+236
-266
lines changed

4 files changed

+236
-266
lines changed

install/python_requirements.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

install/requirements.txt

Lines changed: 0 additions & 235 deletions
This file was deleted.

install/tf2_addons.def

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ From: tensorflow/tensorflow:2.9.1-gpu-jupyter
88
export DEBIAN_FRONTEND=noninteractive
99
apt-get update
1010
apt-get install -y ipython3
11-
apt-get install -y python3-pytest
1211
apt-get install -y python3-gdal
1312
apt-get install -y python3-tk
1413
apt-get install -y graphviz
@@ -32,7 +31,7 @@ From: tensorflow/tensorflow:2.9.1-gpu-jupyter
3231

3332
* running as a shell : singularity shell --nv --bind /workspace/DeepLearningTools/:/DeepLearningTools/ tf2_addons.sif
3433

35-
* running python scripts : cd DeepLearningTools && singularity run tf_nv_addons_py3.sif experiments_manager.py --usersettings=examples/regression/mysettings_curve_fitting.py
34+
* running python scripts : cd DeepLearningTools && singularity run tf2_addons.sif experiments_manager.py --usersettings=examples/regression/mysettings_curve_fitting.py
3635

3736
%labels
3837
Author Alexandre Benoit, LISTIC Lab, june 2021

0 commit comments

Comments
 (0)