Skip to content

Commit

Permalink
Fix syntax error when trying to partition pacakge
Browse files Browse the repository at this point in the history
  • Loading branch information
neshdev committed Aug 18, 2023
1 parent 226ac68 commit 5ebeb55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,10 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
pandas \
polars \
flax \
"${JAXVER}" && \
"${JAXVER}"

RUN conda install -c h2oai h2o && /tmp/clean-layer.sh

RUN pip install \
"tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \
"tensorflow==${TENSORFLOW_VERSION}" \
Expand Down

0 comments on commit 5ebeb55

Please sign in to comment.