We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c18519 commit 20413c6Copy full SHA for 20413c6
Containerfile.debugpy
@@ -8,20 +8,15 @@ RUN apt-get update \
8
WORKDIR /usr/src/app
9
COPY ../../. .
10
11
-
12
RUN uv sync --extra prod --extra dev
13
RUN echo "yes" | uv run manage.py initial_setup
+RUN PLUGIN_SLURM=True uv run coldfront slurm_attr_create
14
RUN uv run manage.py load_test_data
15
16
17
-ENV PLUGIN_SLURM=True
18
-ENV PLUGIN_XDMOD=True
19
20
-RUN uv run coldfront slurm_attr_create
21
22
23
ENV DEBUG=True
24
ENV PYTHONUNBUFFERED=1
+ENV PLUGIN_SLURM=True
+ENV PLUGIN_XDMOD=True
25
EXPOSE 8000
26
EXPOSE 5678
27
0 commit comments