Skip to content

Commit

Permalink
docker gpu attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
syrkis committed Jun 8, 2024
1 parent a9f6b22 commit 36c0fbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 772 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ RUN python3.11 -m pip install -r requirements.txt

RUN python3.11 -m pip uninstall optax jaxlib jax

RUN python3.11 -m pip install "jax[cuda11_pip]" jaxlib==0.1.70+cuda111 -f https://storage.googleapis.com/jax-releases/jax_releases.html optax

RUN python3.11 -m pip install tensorflow_datasets opencv-python pycocotools
RUN python3.11 -m pip install optax \
jaxlib==0.3.25+cuda11.cudnn82 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html

ENV PYGLFW_PREVIEW=1

Expand Down
Loading

0 comments on commit 36c0fbb

Please sign in to comment.