File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ ADD ./README.md ./README.md
3030ADD ./MANIFEST.in ./MANIFEST.in
3131ADD ./kaggle_environments ./kaggle_environments
3232
33-
34- # install kaggle-environments. vec-noise cannot be installed with uv's more stringent checks.
35- RUN pip install vec-noise && uv pip install accelerate jax gymnax==0.0.8 litellm && uv pip install . && pytest
33+ RUN uv pip install . && pytest
3634
3735# SET UP KAGGLE-ENVIRONMENTS CHESS
3836# minimal package to reduce memory footprint
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ADD ./pyproject.toml ./pyproject.toml
2929ADD ./README.md ./README.md
3030ADD ./MANIFEST.in ./MANIFEST.in
3131ADD ./kaggle_environments ./kaggle_environments
32- # vec-noise cannot be installed with uv's more stringent checks.
33- RUN pip install vec-noise && uv pip install Flask bitsandbytes accelerate jax gymnax==0.0.8 && uv pip install . && pytest
32+
33+ RUN uv pip install . && pytest
3434
3535CMD kaggle-environments
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ ADD ./MANIFEST.in ./MANIFEST.in
3535ADD ./kaggle_environments ./kaggle_environments
3636
3737# install kaggle-environments
38- RUN pip install Flask bitsandbytes accelerate vec-noise jax gymnax==0.0.8 && pip install . && pytest
38+ RUN uv pip install . && pytest
3939
4040# begin OpenSpiel integration
4141
Original file line number Diff line number Diff line change @@ -6,10 +6,15 @@ authors = [
66 {
name =
" Kaggle" ,
email =
" [email protected] " },
77]
88dependencies = [
9+ " accelerate" ,
10+ " bitsandbytes" ,
911 " Chessnut >= 0.4.1" ,
1012 " Flask >= 1.1.2" ,
1113 " gymnasium == 1.2.0" ,
14+ " gymnax==0.0.8" ,
15+ " jax" ,
1216 " jsonschema >= 3.0.1" ,
17+ " litellm" ,
1318 " numpy >= 2.2.6" ,
1419 " open_spiel >= 1.6.0" ,
1520 " pettingzoo == 1.24.0" ,
You can’t perform that action at this time.
0 commit comments