Spaces:
Running
Running
updated docker
Browse files- 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" ]
|