Skip to content

Commit

Permalink
Remove second, older copy of modelgauge
Browse files Browse the repository at this point in the history
  • Loading branch information
wpietri committed Oct 3, 2024
1 parent 15866fd commit b65ed02
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 @@ -40,5 +40,5 @@ COPY --from=builder /app/dist .

RUN . /venv/bin/activate \
&& pip install *.whl \
&& if [ "$PIP_EXTRA" != "false" ] ; then pip install "$PIP_EXTRA"; fi
&& if [ "$PIP_EXTRA" != "false" ] ; then pip install "$PIP_EXTRA"; pip uninstall modelgauge; fi
ENTRYPOINT ["/venv/bin/modelbench", "--help"]

0 comments on commit b65ed02

Please sign in to comment.