Skip to content

Commit

Permalink
Fix Dockerfile build command
Browse files Browse the repository at this point in the history
  • Loading branch information
spenczar committed Oct 11, 2023
1 parent 6056773 commit 5c16206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ WORKDIR /code
RUN apt-get update -y && apt-get install -y gfortran liblapack-dev

# Force installation of deps by running a command in the 'dev' environment
RUN hatch -v run dev true
RUN hatch -v run dev:true



0 comments on commit 5c16206

Please sign in to comment.