Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +4 -2
Dockerfile
CHANGED
@@ -90,5 +90,7 @@ RUN chmod -R 777 /workspaces/artificial_intelligence
|
|
90 |
# Switch back to a non-root user
|
91 |
USER vscode
|
92 |
|
93 |
-
#
|
94 |
-
|
|
|
|
|
|
90 |
# Switch back to a non-root user
|
91 |
USER vscode
|
92 |
|
93 |
+
# Commands to run application and display picture
|
94 |
+
RUN python main.py
|
95 |
+
|
96 |
+
RUN display /workspaces/artificial_intelligence/figure.jpg
|