Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -41,7 +41,7 @@ COPY . /app
|
|
| 41 |
# Hugging Face Spaces Docker SDK typically expects applications to listen on port 7860.
|
| 42 |
# This doesn't actually publish the port, but serves as documentation.
|
| 43 |
EXPOSE 7860
|
| 44 |
-
|
| 45 |
# Command to run your application when the container launches
|
| 46 |
# This is the default command that will be executed when a container is started
|
| 47 |
# from this image. We use gunicorn, a popular WSGI server for Python web apps.
|
|
|
|
| 41 |
# Hugging Face Spaces Docker SDK typically expects applications to listen on port 7860.
|
| 42 |
# This doesn't actually publish the port, but serves as documentation.
|
| 43 |
EXPOSE 7860
|
| 44 |
+
ENV NUMBA_DISABLE_CACHE=1
|
| 45 |
# Command to run your application when the container launches
|
| 46 |
# This is the default command that will be executed when a container is started
|
| 47 |
# from this image. We use gunicorn, a popular WSGI server for Python web apps.
|