Skip to content

Commit

Permalink
exclude mamba schedview w/ dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ehneilsen committed Nov 8, 2023
1 parent 17a41fc commit 084b25b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
FROM mambaorg/micromamba:1.5.1
COPY --chown=$MAMBA_USER:$MAMBA_USER container_environment.yaml /tmp/container_environment.yaml
COPY . /home/${MAMBA_USER}/schedview
RUN micromamba install -y -n base -f /tmp/container_environment.yaml --only-deps && \
micromamba install -y git && \
RUN micromamba install -y -n base -f /tmp/container_environment.yaml && \
micromamba clean --all --yes
ARG MAMBA_DOCKERFILE_ACTIVATE=1
ENV RUBIN_SIM_DATA_DIR=/home/${MAMBA_USER}/schedview/rubin_sim_data
Expand Down
15 changes: 14 additions & 1 deletion container_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@ name: base
channels:
- conda-forge
dependencies:
- schedview
- holoviews
- hvplot
- colorcet
- numpy
- pandas
- astropy >= 5.3
- rubin-sim >= 1.3.0
- uranography >= 1.1.0
- bokeh >= 3.1.1
- panel >= 1.1.0
- uranography
- param
- git
- pip

0 comments on commit 084b25b

Please sign in to comment.