Skip to content

Commit

Permalink
put data in mambauser's dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Nov 7, 2023
1 parent 3298dca commit 00d2465
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ 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
ARG RUBIN_SIM_DATA_DIR=/rubin_sim_data
RUN mkdir /rubin_sim_data
RUN rs_download_data --force --tdqm_disable --dirs tests,maps,site_models,scheduler,throughputs
ENV RUBIN_SIM_DATA_DIR=/rubin_sim_data
ENV RUBIN_SIM_DATA_DIR=/home/${MAMBA_USER}/rubin_sim_data
CMD prenight --port 8080

0 comments on commit 00d2465

Please sign in to comment.