diff --git a/Dockerfile b/Dockerfile index 9f75b7fe..033d0720 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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