Spaces:
Runtime error
Runtime error
doctorbetaq
commited on
Commit
•
ea55068
1
Parent(s):
88c4ae1
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
# 使用一个官方的 Python 运行时作为父镜像
|
2 |
FROM python:3.11.0b4
|
3 |
# 將工作目錄設定為/code
|
|
|
1 |
+
ENV TRANSFORMERS_CACHE=/tmp/transformers_cache
|
2 |
# 使用一个官方的 Python 运行时作为父镜像
|
3 |
FROM python:3.11.0b4
|
4 |
# 將工作目錄設定為/code
|