Skip to content

Commit

Permalink
split sky_brightness_pre dwnload into separate RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Nov 7, 2023
1 parent b65ca29 commit 365e0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ COPY --chown=$MAMBA_USER:$MAMBA_USER container_environment.yaml /tmp/container_e
RUN micromamba install -y -n base -f /tmp/container_environment.yaml && \
micromamba clean --all --yes
ARG MAMBA_DOCKERFILE_ACTIVATE=1
RUN rs_download_data --force --tdqm_disable --dirs tests,maps,site_models,scheduler,throughputs,skybrightness_pre
RUN rs_download_data --force --tdqm_disable --dirs tests,maps,site_models,scheduler,throughputs
RUN rs_download_data --force --tdqm_disable --dirs skybrightness_pre
ENV RUBIN_SIM_DATA_DIR=/home/${MAMBA_USER}/rubin_sim_data
CMD prenight --port 8080

0 comments on commit 365e0ed

Please sign in to comment.