Skip to content

Commit

Permalink
use pip not mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Feb 27, 2024
1 parent 595561b commit ba1a0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.hinfo
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM lsstsqre/newinstall:${RUBINENV_VERSION}
ARG OBS_LSST_VERSION
ENV OBS_LSST_VERSION=${OBS_LSST_VERSION:-w_2024_06}
USER lsst
RUN source loadLSST.bash && mamba install confluent-kafka
RUN source loadLSST.bash && pip install confluent-kafka
RUN source loadLSST.bash && eups distrib install -t "${OBS_LSST_VERSION}" obs_lsst
COPY python/lsst/consdb/hinfo*.py ./hinfo/
# Environment variables that must be set:
Expand Down

0 comments on commit ba1a0cd

Please sign in to comment.