Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoelzle committed Jun 26, 2024
1 parent e30dd27 commit 0834da7
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 @@ -103,7 +103,7 @@ RUN pip3 install -r requirements.txt
# https://github.com/google/jax?tab=readme-ov-file#installation
RUN if [ "${JAX}" = "true" ]; then\
echo 'Installing JAX with GPU support';\
pip3 install --upgrade "jax[cuda12]"
pip3 install --upgrade "jax[cuda12]";\
fi

# install pytorch and libtorch
Expand Down

0 comments on commit 0834da7

Please sign in to comment.