gfjiogopdfgdfs commited on
Commit
df39e68
·
verified ·
1 Parent(s): dae843d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ 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 git clone https://github.com/lolcats399/aphrodite-engine
21
  WORKDIR $HOME/app/aphrodite-engine
22
  RUN pip install huggingface-hub hf-transfer
 
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