Skip to content

Commit 20413c6

Browse files
committed
create ResourceAttributes for default cluster
1 parent 4c18519 commit 20413c6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Containerfile.debugpy

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,15 @@ RUN apt-get update \
88
WORKDIR /usr/src/app
99
COPY ../../. .
1010

11-
1211
RUN uv sync --extra prod --extra dev
1312
RUN echo "yes" | uv run manage.py initial_setup
13+
RUN PLUGIN_SLURM=True uv run coldfront slurm_attr_create
1414
RUN uv run manage.py load_test_data
1515

16-
17-
ENV PLUGIN_SLURM=True
18-
ENV PLUGIN_XDMOD=True
19-
20-
RUN uv run coldfront slurm_attr_create
21-
22-
2316
ENV DEBUG=True
2417
ENV PYTHONUNBUFFERED=1
18+
ENV PLUGIN_SLURM=True
19+
ENV PLUGIN_XDMOD=True
2520
EXPOSE 8000
2621
EXPOSE 5678
2722

0 commit comments

Comments
 (0)