Skip to content

Commit

Permalink
ensure jaxlibs folder is readable to all users in container
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoldfarb-nvidia committed Aug 29, 2024
1 parent 401f80c commit 88efbad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/container/Dockerfile.jax
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ for component in $(ls ${BUILD_PATH_JAXLIB}); do
done
echo "-e file://${SRC_PATH_JAX}" >> /opt/pip-tools.d/requirements-jax.in
echo "numpy<2.0.0" >> /opt/pip-tools.d/requirements-jax.in
find ${SRC_PATH_JAX} -type d -exec chmod +x {} \;
chmod -R +r ${SRC_PATH_JAX}
EOF

## Flax
Expand Down

0 comments on commit 88efbad

Please sign in to comment.