Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
memex-in
/
Computer-Use
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
0767a23
Computer-Use
/
Dockerfile
memex-in
Create Dockerfile
0767a23
verified
8 days ago
raw
Copy download link
history
blame
Safe
148 Bytes
FROM
debian:bullseye
RUN
apt update
RUN
apt install git -y
RUN
git
clone
https://github.com/theasp/docker-novnc
RUN
ls
WORKDIR
docker-novnc
RUN
ls