Skip to content

Commit

Permalink
Locked basecontainer version, readded test data
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 15, 2024
1 parent 9bdbf3e commit 263b009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start from the fredericklab base container
FROM fredericklab/basecontainer:latest
FROM fredericklab/basecontainer:v0.4.0

# get build arguments
ARG BUILD_TIME
Expand Down Expand Up @@ -38,8 +38,8 @@ RUN cd /src/rapidtide && \
rm -rf /src/rapidtide/build /src/rapidtide/dist

# install test data
#RUN cd /src/rapidtide/rapidtide/data/examples/src && \
# ./installtestdatadocker
RUN cd /src/rapidtide/rapidtide/data/examples/src && \
./installtestdatadocker

# update the paths to libraries
RUN ldconfig
Expand Down

0 comments on commit 263b009

Please sign in to comment.