gfjiogopdfgdfs commited on
Commit
768f7a8
1 Parent(s): df39e68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -2,7 +2,6 @@ FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
2
  # Install necessary packages
3
  RUN apt update && apt install git build-essential libopenblas-dev wget python3-pip -y
4
  RUN apt update && apt install -y wget
5
- RUN apt install python3.10-venv -y
6
  RUN apt-get install -y nodejs npm
7
  RUN npm install -g localtunnel
8
  # Set up a new user named "user" with user ID 1000
@@ -17,7 +16,6 @@ WORKDIR $HOME/app
17
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
18
  COPY --chown=user . $HOME/app
19
  RUN python3 -m pip install aphrodite-engine
20
- RUN pip install aphrodite._C
21
  RUN git clone https://github.com/lolcats399/aphrodite-engine
22
  WORKDIR $HOME/app/aphrodite-engine
23
  RUN pip install huggingface-hub hf-transfer
 
2
  # Install necessary packages
3
  RUN apt update && apt install git build-essential libopenblas-dev wget python3-pip -y
4
  RUN apt update && apt install -y wget
 
5
  RUN apt-get install -y nodejs npm
6
  RUN npm install -g localtunnel
7
  # Set up a new user named "user" with user ID 1000
 
16
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
17
  COPY --chown=user . $HOME/app
18
  RUN python3 -m pip install aphrodite-engine
 
19
  RUN git clone https://github.com/lolcats399/aphrodite-engine
20
  WORKDIR $HOME/app/aphrodite-engine
21
  RUN pip install huggingface-hub hf-transfer