File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ RUN adduser jovyan docker
13
13
USER jovyan
14
14
15
15
# 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]'
17
19
18
20
COPY requirements.txt /tmp/requirements.txt
19
21
RUN pip install -r /tmp/requirements.txt
@@ -25,8 +27,9 @@ RUN pip install git+https://github.com/onnx/tensorflow-onnx
25
27
RUN cd /tmp && git clone --single-branch -b k8s https://github.com/ljocha/GromacsWrapper.git && pip install ./GromacsWrapper && rm -rf GromacsWrapper
26
28
27
29
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/
30
33
# WORKDIR /home/jovyan
31
34
32
35
COPY --chown=jovyan gmx-wrap2.sh /usr/local/bin/gmx
Original file line number Diff line number Diff line change 1
- cerit.io/ljocha/asmsa:2024-9
1
+ cerit.io/ljocha/asmsa:2024-11
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ torch==1.12.1
4
4
torchvision == 0.13.1
5
5
mdtraj
6
6
keras_tuner
7
+ tf_keras
7
8
jupyterlab
8
9
jupyterhub
9
10
scikit-learn
You can’t perform that action at this time.
0 commit comments