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 114d4c7 commit f9f235dCopy full SHA for f9f235d
Dockerfile
@@ -18,7 +18,11 @@ COPY . .
18
RUN chown -R appuser:appuser /app
19
USER appuser
20
21
-
+# Instead of removing the cache, one can use a multi-stage build; see:
22
+# https://tech.quantco.com/blog/pixi-production
23
+# Shipping conda environments to production using pixi
24
+# Pavel Zwerschke
25
+# Thursday, July 11, 2024
26
RUN pixi install --locked --environment prod && rm -rf ~/.cache/rattler
27
28
EXPOSE 8050
0 commit comments