azure-hai commited on
Commit
49c2105
·
verified ·
1 Parent(s): d8b0bef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,4 +1,6 @@
1
 
2
  FROM thuonghai2711/test:azure-base
3
 
 
 
4
  CMD git clone https://$myuser:$mypasswd@$mylink /app/dev ; cd /app/dev ; bash start.sh
 
1
 
2
  FROM thuonghai2711/test:azure-base
3
 
4
+ RUN lscpu
5
+
6
  CMD git clone https://$myuser:$mypasswd@$mylink /app/dev ; cd /app/dev ; bash start.sh