Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit e660b71

Browse files
committed
🧠 Add JAX to the Code Server system
1 parent e62ec67 commit e660b71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/code-server/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ RUN apt-get update -qqy && \
150150
# install key python packages
151151
COPY requirements.txt requirements.txt
152152
RUN pip3 install --no-cache-dir -r requirements.txt
153+
RUN pip install -U jaxlib==0.4.7+cuda11.cudnn86 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
154+
RUN pip install -U jax==0.4.7
153155

154156
USER coder
155157

0 commit comments

Comments
 (0)