Skip to content

Commit

Permalink
fix kera3 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 25, 2024
1 parent a1f7caf commit b225fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/consistency.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV VIRTUAL_ENV=/usr/local
RUN pip install uv
RUN uv venv
RUN uv pip install --no-cache-dir -U pip setuptools
RUN uv pip install --no-cache-dir tensorflow-cpu
RUN uv pip install --no-cache-dir tensorflow-cpu tf-keras
RUN uv pip install --no-cache --upgrade 'torch' --index-url https://download.pytorch.org/whl/cpu
RUN pip install --no-cache-dir --upgrade GitPython "transformers[flax,quality]"
RUN pip uninstall -y transformers
Expand Down

0 comments on commit b225fb7

Please sign in to comment.