-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tell dev image to use 4.0.2 for a bit
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|