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

updated docker

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN npm i user-agents
11
  RUN npm i uuid
12
 
13
  COPY . .
14
-
15
- CMD [ "node", "index.mjs" ]
16
  RUN python3 -m pip install -e BrowserGym/
17
  RUN playwright install
 
 
11
  RUN npm i uuid
12
 
13
  COPY . .
14
+ RUN apt-get update && apt-get install -y python3-pip
 
15
  RUN python3 -m pip install -e BrowserGym/
16
  RUN playwright install
17
+ CMD [ "node", "index.mjs" ]