dexxxed's picture
Duplicate from aryadytm/remove-photo-object
5b4e286
raw
history blame contribute delete
126 Bytes
FROM pytorch/pytorch:latest
WORKDIR /app
COPY . .
RUN pip install -r requirements.txt
CMD [ "streamlit", "run", "app.py" ]