aagoluoglu commited on
Commit
ec32ff7
·
verified ·
1 Parent(s): 4aa8856

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -90,4 +90,5 @@ RUN chmod -R 777 /workspaces/artificial_intelligence
90
  # Switch back to a non-root user
91
  USER vscode
92
 
93
- RUN python main.py
 
 
90
  # Switch back to a non-root user
91
  USER vscode
92
 
93
+ # Command to run application and display picture
94
+ CMD ["sh", "-c", "python main.py && display /workspaces/artificial_intelligence/figure.jpg"]