Skip to content

Commit

Permalink
ci: delete torch tensorflow transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Sep 26, 2023
1 parent a28ae78 commit fe4df05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ COPY ./main.py /app/main.py
COPY ./free_one_api /app/free_one_api

RUN pip install -r requirements.txt
RUN pip uninstall torch tensorflow transformers -y
RUN rm -rf /usr/local/lib/python3.10/site-packages/nvidia*
RUN python main.py

CMD [ "python", "main.py" ]

0 comments on commit fe4df05

Please sign in to comment.