Skip to content

Commit

Permalink
revert remove pip install jax == 0.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Apr 9, 2024
1 parent acec2e9 commit cbf7ea5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ RUN \
# clean up
rm -rf /tmp/element-moseq/ && \
apt-get clean

# Install Keypoint-MoSeq (CPU version)
RUN pip install "jax[cpu]==0.3.22" -f https://storage.googleapis.com/jax-releases/jax_releases.html

ENV DJ_HOST fakeservices.datajoint.io
ENV DJ_USER root
Expand Down

0 comments on commit cbf7ea5

Please sign in to comment.