Skip to content

Commit

Permalink
tell dev image to use 4.0.2 for a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jul 24, 2024
1 parent c977271 commit 350604d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM ghcr.io/lsstdesc/txpipe-base
FROM ghcr.io/lsstdesc/txpipe-base-4.0.2
LABEL [email protected]

# This is here so I can force a rebuild when changing
# stuff in the TXPipe repo.
RUN echo Build version 3
RUN echo Build version 7

# I thought this would carry over from the previous build
# but apparently not. Might be a github actions thing.
# or maybe I just didn't wait long enough for the parent
# build to propagate.
ENV TX_MPI_VERSION=4.2.0
ENV TX_MPI_VERSION=4.0.2

ENV SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True

Expand Down

0 comments on commit 350604d

Please sign in to comment.