llama2.c / Dockerfile
Xenova's picture
Xenova HF staff
Update Dockerfile
e8cbbb3
raw
history blame
112 Bytes
FROM nginxinc/nginx-unprivileged
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY . /usr/share/nginx/html