Skip to content

Commit 1e0ee46

Browse files
committed
relax tf/tfp versions, add tf_keras, push version
1 parent 72c7ceb commit 1e0ee46

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ RUN adduser jovyan docker
1313
USER jovyan
1414

1515
# 2.16 is broken with tensorflow_probability <= 0.23, https://github.com/tensorflow/probability/issues/1795
16-
RUN pip install 'tensorflow[and-cuda]<2.16'
16+
# RUN pip install 'tensorflow[and-cuda]<2.16'
17+
18+
RUN pip install 'tensorflow[and-cuda]'
1719

1820
COPY requirements.txt /tmp/requirements.txt
1921
RUN pip install -r /tmp/requirements.txt
@@ -25,8 +27,9 @@ RUN pip install git+https://github.com/onnx/tensorflow-onnx
2527
RUN cd /tmp && git clone --single-branch -b k8s https://github.com/ljocha/GromacsWrapper.git && pip install ./GromacsWrapper && rm -rf GromacsWrapper
2628

2729
COPY IMAGE prepare.ipynb tune.ipynb train.ipynb md.ipynb /opt/ASMSA/
28-
COPY md.mdp.template *.mdp /opt/ASMSA/
29-
COPY tuning.py tuning.sh start-notebook.sh /usr/local/bin/
30+
COPY ions.mdp minim-sol.mdp npt.mdp nvt.mdp /opt/ASMSA/
31+
# COPY tuning.py tuning.sh start-notebook.sh /usr/local/bin/
32+
COPY start-notebook.sh /usr/local/bin/
3033
# WORKDIR /home/jovyan
3134

3235
COPY --chown=jovyan gmx-wrap2.sh /usr/local/bin/gmx

IMAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cerit.io/ljocha/asmsa:2024-9
1+
cerit.io/ljocha/asmsa:2024-11

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ torch==1.12.1
44
torchvision==0.13.1
55
mdtraj
66
keras_tuner
7+
tf_keras
78
jupyterlab
89
jupyterhub
910
scikit-learn

0 commit comments

Comments
 (0)