Skip to content

Commit

Permalink
sync gpu.Dockerfile with cpu.Dockerfile to fix tests (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard authored Nov 6, 2024
1 parent 8b80549 commit c12f805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gpu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ ADD ./setup.py ./setup.py
ADD ./README.md ./README.md
ADD ./MANIFEST.in ./MANIFEST.in
ADD ./kaggle_environments ./kaggle_environments
RUN pip install Flask bitsandbytes accelerate vec-noise && pip install . && pytest
RUN pip install Flask bitsandbytes accelerate vec-noise jax gymnax==0.0.8 && pip install . && pytest

CMD kaggle-environments

0 comments on commit c12f805

Please sign in to comment.