This reverts commit d8cf3b2087.
This commit is contained in:
@@ -15,7 +15,7 @@ RUN apt update && \
|
||||
RUN python3 -m pip install --no-cache-dir --upgrade pip && \
|
||||
python3 -m pip install --no-cache-dir \
|
||||
jupyter \
|
||||
tensorflow-cpu \
|
||||
tensorflow-cpu==2.9.1 \
|
||||
torch
|
||||
|
||||
WORKDIR /workspace
|
||||
@@ -23,4 +23,4 @@ COPY . transformers/
|
||||
RUN cd transformers/ && \
|
||||
python3 -m pip install --no-cache-dir .
|
||||
|
||||
CMD ["/bin/bash"]
|
||||
CMD ["/bin/bash"]
|
||||
Reference in New Issue
Block a user