test / DockerFile
tdfg's picture
Upload DockerFile
ae6eaf7
raw
history blame contribute delete
510 Bytes
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