File size: 510 Bytes
ae6eaf7
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
RUN pip install --no-cache-dir         gradio==3.39.0
RUN --mount=target=requirements.txt,source=requirements.txt     pip install --no-cache-dir -r requirements.txt
WORKDIR /home/user/app
CACHED
RUN --mount=target=/root/packages.txt,source=packages.txt       apt-get update &&     xargs -r -a /root/packages.txt apt-get insta
ll -y     && rm -rf /var/lib/apt/lists/*
CACHED
 COPY --link --chown=1000 --from=lfs /app /home/user/app
CACHED
COPY --link --chown=1000 ./ /home/user/app
Pushing image
Exporting cache