kyle8581 commited on
Commit
2d3ddb3
·
1 Parent(s): 3d15263

updated docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -1,10 +1,10 @@
1
- FROM mcr.microsoft.com/playwright:v1.41.2-jammy
2
 
3
  WORKDIR /code
4
 
5
  #COPY package.json ./package.json
6
 
7
- RUN npm i playwright@1.41.2
8
  RUN npm i web-locks
9
  RUN npm i ws
10
  RUN npm i user-agents
@@ -14,3 +14,4 @@ COPY . .
14
 
15
  CMD [ "node", "index.mjs" ]
16
  RUN pip install -e BrowserGym/
 
 
1
+ FROM mcr.microsoft.com/playwright:v1.50.0-noble
2
 
3
  WORKDIR /code
4
 
5
  #COPY package.json ./package.json
6
 
7
+ RUN npm i playwright@1.50.0
8
  RUN npm i web-locks
9
  RUN npm i ws
10
  RUN npm i user-agents
 
14
 
15
  CMD [ "node", "index.mjs" ]
16
  RUN pip install -e BrowserGym/
17
+ RUN playwright install