Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cszhzleo
/
llama3-8b-inf2
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0fadc28
llama3-8b-inf2
/
Dockerfile
cszhzleo
Update Dockerfile
c83aeb1
verified
11 months ago
raw
Copy download link
history
blame
Safe
167 Bytes
FROM nginx:latest
RUN useradd -m -u
1000
user
USER
user
COPY
--
chown=
user
default
.conf /etc/nginx/conf.d/default.conf
#
EXPOSE
7860
#CMD ["nginx", "-g", "daemon off;"]