mirror of
https://github.com/web-arena-x/webarena.git
synced 2026-02-06 11:16:53 +00:00
Merge pull request #126 from web-arena-x/frankxu2004-patch-1
Update README.md
This commit is contained in:
commit
aeb9e828d8
@ -154,7 +154,7 @@ class RenderHelper(object):
|
||||
if render_screenshot:
|
||||
# image observation
|
||||
img_obs = observation["image"]
|
||||
image = Image.fromarray(img_obs)
|
||||
image = Image.fromarray(img_obs) # type:ignore
|
||||
byte_io = io.BytesIO()
|
||||
image.save(byte_io, format="PNG")
|
||||
byte_io.seek(0)
|
||||
|
||||
@ -58,6 +58,9 @@ docker exec gitlab sed -i "s|^external_url.*|external_url 'http://<your-server-h
|
||||
docker exec gitlab gitlab-ctl reconfigure
|
||||
```
|
||||
|
||||
You should be able to access your environment websites now, and stop reading.
|
||||
However, if you are unable to use AWS AMI, read below to set up on your own machine.
|
||||
|
||||
## Shopping Website (OneStopShop)
|
||||
|
||||
Download the image tar from the following mirrors:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user