Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
FROM rafaelcalleja/g4f:0.0.
|
2 |
|
3 |
CMD /usr/local/bin/gunicorn app:app --bind 0.0.0.0:7860 --timeout 360 --workers 4
|
|
|
1 |
+
FROM rafaelcalleja/g4f:0.0.5
|
2 |
|
3 |
CMD /usr/local/bin/gunicorn app:app --bind 0.0.0.0:7860 --timeout 360 --workers 4
|