unpin tf prob (#23293)

* unpin tf prob

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-05-11 21:28:08 +02:00
committed by GitHub
parent 786b9cf5ca
commit ba71d9e94c
5 changed files with 13 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ LABEL maintainer="Hugging Face"
ARG DEBIAN_FRONTEND=noninteractive
ARG PYTORCH='2.0.0'
ARG PYTORCH='2.0.1'
# Example: `cu102`, `cu113`, etc.
ARG CUDA='cu117'