Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Ahren09
/
llavaguard
like
0
Runtime error
App
Files
Files
Community
9805833
llavaguard
/
Dockerfile
Ahren09
Create Dockerfile
9805833
verified
7 months ago
raw
Copy download link
history
blame
Safe
177 Bytes
COPY
--chown=1000
./requirements.txt
/tmp/requirements.txt
RUN pip install
--no-cache-dir
--upgrade
-r
/tmp/requirements.txt
&& \
pip install flash-attn
--no-build-isolation