aagoluoglu commited on
Commit
50ea42f
·
verified ·
1 Parent(s): ec32ff7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # Command to run application and display picture
94
- CMD ["sh", "-c", "python main.py && display /workspaces/artificial_intelligence/figure.jpg"]
 
 
 
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