Spaces:
Sleeping
Sleeping
Yumeng Liu
commited on
Commit
·
6407efb
1
Parent(s):
24bbe8d
copy model
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
11 |
|
12 |
# Copy app code
|
13 |
COPY . .
|
|
|
14 |
|
15 |
# Expose port
|
16 |
EXPOSE 7860
|
|
|
11 |
|
12 |
# Copy app code
|
13 |
COPY . .
|
14 |
+
COPY model ./model
|
15 |
|
16 |
# Expose port
|
17 |
EXPOSE 7860
|