Spaces:
Runtime error
Runtime error
Create Dockerfile
Browse files- 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
|