add jax to pyai
This commit is contained in:
parent
4182a38b0d
commit
c1d92590b8
@ -2,5 +2,6 @@ FROM eoelab.org:1027/eoeair/jupyter:py-c
|
||||
|
||||
# install torch
|
||||
RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu && \
|
||||
pip install jax[cpu] && \
|
||||
pip cache purge
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM eoelab.org:1027/eoeair/jupyter:scipy-g
|
||||
|
||||
# install torch transformers
|
||||
RUN pip install torch torchvision torchaudio && \
|
||||
RUN pip install torch torchvision torchaudio "jax[cuda12]" && \
|
||||
pip cache purge
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user