kyle8581 commited on
Commit
61f5985
·
1 Parent(s): 7be88f4

updated docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,5 +13,5 @@ RUN npm i uuid
13
  COPY . .
14
 
15
  CMD [ "node", "index.mjs" ]
16
- RUN python -m pip install -e BrowserGym/
17
  RUN playwright install
 
13
  COPY . .
14
 
15
  CMD [ "node", "index.mjs" ]
16
+ RUN python3 -m pip install -e BrowserGym/
17
  RUN playwright install