codesandbox-client / docker /Dockerfile
AbdulElahGwaith's picture
Upload folder using huggingface_hub
84c1942 verified
Raw
History Blame Contribute Delete
205 Bytes
FROM node:10.22.1-buster
LABEL maintainer "Ives van Hoorne"
RUN mkdir /workspace
ADD .git /workspace/.git
WORKDIR /workspace
RUN git reset --hard
RUN apt update
RUN apt install -y nano less tmux zsh vim