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 eeaceb3 commit 0608efbCopy full SHA for 0608efb
Dockerfile
@@ -88,6 +88,7 @@ RUN pixi install --manifest-path /opt/dask-worker/pixi.toml -e ${DEFAULT_ENV} --
88
USER root
89
COPY dask-worker/postBuild /opt/dask-worker/
90
RUN chmod +x /opt/dask-worker/postBuild && /opt/dask-worker/postBuild
91
+USER nebari
92
93
# =============================================================================
94
# Stage 4: Dask-Worker Runtime
0 commit comments