Computer-Use / Dockerfile
memex-in's picture
Create Dockerfile
0767a23 verified
raw
history blame
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