Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -28,4 +28,5 @@ WORKDIR $HOME/app
|
|
28 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
29 |
COPY --chown=user . $HOME/app
|
30 |
|
|
|
31 |
CMD ["python", "app.py"]
|
|
|
28 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
29 |
COPY --chown=user . $HOME/app
|
30 |
|
31 |
+
RUN chmod +x ag4masses/utils/run.sh
|
32 |
CMD ["python", "app.py"]
|