Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Oct 24, 2023
1 parent 1b7517a commit 3798f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ingest
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG OBS_LSST_VERSION=w_2023_41
FROM lsstsqre/newinstall:${RUBINENV_VERSION}
USER lsst
RUN source loadLSST.bash && mamba install redis-py rucio-clients
RUN source loadLSST.bash && eups distrib install -t "${OBS_LSST_VERSION}" obs_lsst
RUN source loadLSST.bash && eups distrib install -t ${OBS_LSST_VERSION} obs_lsst
COPY src/ingest.py src/exposure_info.py src/utils.py src/rucio_interface.py ./ingest/
# Environment variables that must be set:
# REDIS_HOST REDIS_PASSWORD BUCKET BUTLER_REPO
Expand Down

0 comments on commit 3798f37

Please sign in to comment.