Tuberia / app.py
Thebull's picture
Update app.py
341e37c verified
raw
history blame
257 Bytes
import docker.io
RUN --mount=target=pre-requirements.txt,source=pre-requirements.txt \
pip install --no-cache-dir -r pre-requirements.txt
RUN --mount=target=requirements.txt,source=requirements.txt \
pip install --no-cache-dir -r requirements.txt