chore: add auto install
This commit is contained in:
parent
731d546bf4
commit
fac5e83af9
|
@ -16,6 +16,8 @@ ARG TORCH_INDEX=https://download.pytorch.org/whl/cpu
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y git
|
||||||
|
|
||||||
# Install the requirements
|
# Install the requirements
|
||||||
COPY requirements.txt /app
|
COPY requirements.txt /app
|
||||||
RUN pip config set global.index-url "$PIP_INDEX" && \
|
RUN pip config set global.index-url "$PIP_INDEX" && \
|
||||||
|
|
|
@ -19,3 +19,4 @@ fire
|
||||||
packaging
|
packaging
|
||||||
pyyaml
|
pyyaml
|
||||||
numpy<2.0.0
|
numpy<2.0.0
|
||||||
|
modelscope
|
||||||
|
|
Loading…
Reference in New Issue