Skip to content

Commit

Permalink
Merge branch 'optuna:master' into python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
not522 authored Oct 11, 2023
2 parents a6cc09f + 5825125 commit 207a519
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 @@ -16,7 +16,7 @@ COPY . .
ARG BUILD_TYPE='dev'

RUN if [ "${BUILD_TYPE}" = "dev" ]; then \
pip install ${PIP_OPTIONS} -e '.[benchmark, checking, document, integration, optional, test]' -f https://download.pytorch.org/whl/torch_stable.html; \
pip install ${PIP_OPTIONS} -e '.[benchmark, checking, document, integration, optional, test]' --extra-index-url https://download.pytorch.org/whl/cpu; \
else \
pip install ${PIP_OPTIONS} -e .; \
fi \
Expand Down

0 comments on commit 207a519

Please sign in to comment.