leofan commited on
Commit
a4389d4
1 Parent(s): 615cfd0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.11-slim
2
 
3
- RUN mkdir /.cache/torch
4
 
5
  RUN pip install poetry==1.6.1
6
 
 
1
  FROM python:3.11-slim
2
 
3
+ RUN mkdir /.cache
4
 
5
  RUN pip install poetry==1.6.1
6