Skip to content
Snippets Groups Projects
Unverified Commit 7c2ed032 authored by Niaz's avatar Niaz Committed by GitHub
Browse files

Update Dockerfile

parent c904870f
No related branches found
No related tags found
No related merge requests found
FROM reallibrephotos/librephotos-dependencies:dev FROM reallibrephotos/librephotos-dependencies:dev
# install rust, a missing requirenment from pytorch # install rust and a missing requirenment from pytorch
RUN apt install -y rustc libtinfo5 RUN apt install -y rustc libtinfo5
# actual project # actual project
ARG DEBUG ARG DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment