mapooon / SelfBlendedImages

[CVPR 2022 Oral] Detecting Deepfakes with Self-Blended Images https://arxiv.org/abs/2204.08376
Other
185 stars 32 forks source link

Docker image #19

Closed Ankit2527 closed 1 year ago

Ankit2527 commented 1 year ago

Hi, I am trying to run bash build.sh, but it shows this error:

#6 88.30 E: Unable to locate package apt-get
#6 88.30 E: Unable to locate package install
------
executor failed running [/bin/sh -c apt-get update && apt-get upgrade -y &&     apt-get install -y libgl1-mesa-dev &&     apt-get install -y cmake &&     apt-get -y 

Also, I went through the previous issues, so I came across this https://hub.docker.com/r/mapooon/sbi to pull the docker image but it shows error 404 "page not found". Can you please provide me the docker image?

Ankit2527 commented 1 year ago

Closing it, as I am made it work with another cuda image from dockerhub and installing the libraries though conda.