Web-Shepherd-Demo / Dockerfile
kyle8581's picture
updated docker file
e7630fe
raw
history blame
300 Bytes
FROM mcr.microsoft.com/playwright:v1.50.0-noble
WORKDIR /code
#COPY package.json ./package.json
RUN npm i [email protected]
RUN npm i web-locks
RUN npm i ws
RUN npm i user-agents
RUN npm i uuid
COPY . .
CMD [ "node", "index.mjs" ]
RUN python -mpip install -e BrowserGym/
RUN playwright install