Ahren09 commited on
Commit
9805833
1 Parent(s): 6f518ab

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ COPY --chown=1000 ./requirements.txt /tmp/requirements.txt
2
+ RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt && \
3
+ pip install flash-attn --no-build-isolation