mapooon / SelfBlendedImages

[CVPR 2022 Oral] Detecting Deepfakes with Self-Blended Images https://arxiv.org/abs/2204.08376

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image

Ankit2527 opened this issue · comments

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?

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