yuni0725
commited on
Commit
ยท
f1fcafe
1
Parent(s):
f80395f
init4
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ ENV HF_HOME=/app/hf_home
|
|
| 8 |
# ์บ์ ํด๋ ์์ฑ + ๊ถํ ๋ถ์ฌ
|
| 9 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
| 10 |
RUN mkdir -p /app/hf_home && chmod -R 777 /app/hf_home
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
COPY requirements.txt .
|
|
|
|
| 8 |
# ์บ์ ํด๋ ์์ฑ + ๊ถํ ๋ถ์ฌ
|
| 9 |
RUN mkdir -p /app/cache && chmod -R 777 /app/cache
|
| 10 |
RUN mkdir -p /app/hf_home && chmod -R 777 /app/hf_home
|
| 11 |
+
RUN mkdir -p /app/models && chmod -R 777 /app/models
|
| 12 |
|
| 13 |
|
| 14 |
COPY requirements.txt .
|