Spaces:
Build error
Build error
Enoch Jason J
commited on
Commit
·
bab74ff
1
Parent(s):
6401a84
Updated Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ COPY app.py .
|
|
| 21 |
|
| 22 |
# FIX: Copy the local LoRA adapter from the build context.
|
| 23 |
# This assumes you've moved 'gemma-grammar-lora' into your project folder.
|
| 24 |
-
COPY
|
| 25 |
|
| 26 |
# Expose the port the app runs on
|
| 27 |
EXPOSE 8000
|
|
|
|
| 21 |
|
| 22 |
# FIX: Copy the local LoRA adapter from the build context.
|
| 23 |
# This assumes you've moved 'gemma-grammar-lora' into your project folder.
|
| 24 |
+
COPY gemma-grammar-lora /app/gemma-grammar-lora
|
| 25 |
|
| 26 |
# Expose the port the app runs on
|
| 27 |
EXPOSE 8000
|