We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907211b commit a493711Copy full SHA for a493711
.dockerignore
@@ -0,0 +1,14 @@
1
+**/*.egg-info
2
+**/*.pyc
3
+**/*.tar.gz
4
+*.code-workspace
5
+**/.*.ipynb
6
+**/.ipynb*
7
+.venv/
8
+build/
9
+export/
10
+.do-not-setup-on-localhost
11
+
12
+# Sphinx documentation
13
+docs/html
14
+screenshots/
Dockerfile
@@ -27,7 +27,7 @@ WORKDIR "${QE_APP_FOLDER}"
27
ENV UV_CONSTRAINT=${PIP_CONSTRAINT}
28
RUN --mount=from=uv,source=/uv,target=/bin/uv \
29
uv pip install --system --no-cache . && \
30
- rm -rf build/
+ rm -rf build/ src/aiidalab_qe.egg-info/
31
32
# 4. Prepare AiiDA profile and localhost computer
33
# 5. Install the QE pseudopotentials and codes
0 commit comments