Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.12
|
2 |
|
3 |
RUN pip install --no-cache-dir torch==2.2.2
|
4 |
-
RUN pip install --no-cache-dir flash-attn
|
5 |
|
6 |
RUN useradd -m -u 1000 user
|
7 |
USER user
|
|
|
1 |
FROM python:3.12
|
2 |
|
3 |
RUN pip install --no-cache-dir torch==2.2.2
|
4 |
+
#RUN pip install --no-cache-dir flash-attn
|
5 |
|
6 |
RUN useradd -m -u 1000 user
|
7 |
USER user
|