lainlives commited on
Commit
c72d00f
·
verified ·
1 Parent(s): e01c996

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ RUN mkdir -p /app && chmod 777 /app # && chown ubuntu:ubuntu /app # for ubuntu:l
5
  RUN apt-get update -y && apt-get upgrade -y
6
  RUN apt-get install -y curl wget build-essential git tar gzip htop micro python3 python3-pip psmisc yt-dlp python3-dev gdb zstd
7
  RUN pip install langchain-yt-dlp #--break-system-packages # for ubuntu:latest
8
- RUN pip install torch==2.9.0 numpy~=1.26.4 sentencepiece~=0.2.0 transformers>=4.57.1,<5.0.0 protobuf>=4.21.0,<5.0.0 gguf>=0.1.0
9
 
10
 
11
 
 
5
  RUN apt-get update -y && apt-get upgrade -y
6
  RUN apt-get install -y curl wget build-essential git tar gzip htop micro python3 python3-pip psmisc yt-dlp python3-dev gdb zstd
7
  RUN pip install langchain-yt-dlp #--break-system-packages # for ubuntu:latest
8
+ RUN pip install torch==2.9.0 numpy~=1.26.4 sentencepiece~=0.2.0 transformers==4.57.6 protobuf==4.25.8 gguf>=0.1.0
9
 
10
 
11