We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd0d81 commit 9ccc392Copy full SHA for 9ccc392
.dockerignore
@@ -1,7 +1,6 @@
1
.venv/
2
.vscode/
3
backup/
4
-data/
5
examples/
6
notebooks/
7
scripts/
Dockerfile
@@ -61,6 +61,8 @@ EOT
61
STOPSIGNAL SIGINT
62
63
COPY --from=build --chown=app:app /app /app
64
+COPY data/Pla2g2/Pla2g2_pdb.zip /app/data/Pla2g2/Pla2g2_pdb.zip
65
+COPY data/Pla2g2/protspace_files/Pla2g2_noTransperancy.json /app/data/Pla2g2/protspace_files/Pla2g2_noTransperancy.json
66
67
RUN <<EOT
68
python -V
0 commit comments