Skip to content

Commit

Permalink
Merge pull request #8335 from OpenMined/fix_worker_cpu_version
Browse files Browse the repository at this point in the history
fixed worker cpu version
  • Loading branch information
rasswanth-s authored Dec 7, 2023
2 parents 21bf2f5 + 4e077ab commit 3ce779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grid/backend/worker_cpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Later we'd want to uninstall old python, and then install a new python runtime...
# ... but pre-built syft deps may break!

FROM openmined/grid-backend:0.8.3
FROM openmined/grid-backend:0.8.4-beta.0

ARG PYTHON_VERSION="3.11"
ARG SYSTEM_PACKAGES=""
Expand Down

0 comments on commit 3ce779c

Please sign in to comment.