Skip to content

Commit

Permalink
Merge pull request #6661 from madhavajay/madhava/m1_fix_ruamel
Browse files Browse the repository at this point in the history
Compile ruamel.yaml on arm64 in case we later use dev mode
  • Loading branch information
rasswanth-s authored Aug 3, 2022
2 parents a34d005 + 0f49a0f commit 1d3267d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/grid/backend/backend.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN --mount=type=cache,target=/root/.cache if [ $(uname -m) != "x86_64" ]; then
pip install --user torch==1.11.0 -f https://download.pytorch.org/whl/torch_stable.html; \
git clone https://github.com/pybind/pybind11 && cd pybind11 && git checkout v2.6.2; \
pip install --user dm-tree==0.1.7; \
# fixes apple silicon in dev mode due to dependency from safety
pip install --user ruamel.yaml==0.17.21; \
fi

RUN --mount=type=cache,target=/root/.cache \
Expand Down

0 comments on commit 1d3267d

Please sign in to comment.