Skip to content

Commit 5ebeb55

Browse files
committed
Fix syntax error when trying to partition pacakge
1 parent 226ac68 commit 5ebeb55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,10 @@ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
181181
pandas \
182182
polars \
183183
flax \
184-
"${JAXVER}" && \
184+
"${JAXVER}"
185185

186186
RUN conda install -c h2oai h2o && /tmp/clean-layer.sh
187+
187188
RUN pip install \
188189
"tensorflow-gcs-config<=${TENSORFLOW_VERSION}" \
189190
"tensorflow==${TENSORFLOW_VERSION}" \

0 commit comments

Comments
 (0)