Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
FROM asadcognify/autotrain-local:0.3.2
|
2 |
RUN useradd -m -u 1000 user && mkdir /.cache && chmod -R 777 /.cache && chmod 777 /ql_autotrain
|
3 |
CMD ["autotrain", "app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
1 |
+
FROM asadcognify/autotrain-local:0.3.2.1
|
2 |
RUN useradd -m -u 1000 user && mkdir /.cache && chmod -R 777 /.cache && chmod 777 /ql_autotrain
|
3 |
CMD ["autotrain", "app", "--host", "0.0.0.0", "--port", "7860"]
|