Skip to content

Commit

Permalink
build works
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Feb 27, 2024
1 parent 4dd0d7e commit 0afba6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.hinfo
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ENV OBS_LSST_VERSION=${OBS_LSST_VERSION:-w_2024_06}
USER lsst
RUN source loadLSST.bash && mamba install confluent-kafka
RUN source loadLSST.bash && eups distrib install -t "${OBS_LSST_VERSION}" obs_lsst
COPY python/lsst/consdb/hinfo.py ./hinfo/
COPY python/lsst/consdb/hinfo*.py ./hinfo/
# Environment variables that must be set:
# POSTGRES_URL INSTRUMENT SITE

ENTRYPOINT [ "bash", "-c", "source loadLSST.bash; setup obs_lsst; python hinfo/hinfo.py" ]
ENTRYPOINT [ "bash", "-c", "source loadLSST.bash; setup obs_lsst; python .hinfo/hinfo-latiss.py" ]

0 comments on commit 0afba6a

Please sign in to comment.