Skip to content

Commit d5ae3a0

Browse files
authored
Update devcontainers (gradio-app#10146)
* change * update * update
1 parent cb5b891 commit d5ae3a0

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@
3737
"9876": { "label": "gradio dev port" }
3838
},
3939

40-
"postCreateCommand": "export NODE_OPTIONS=\"--max-old-space-size=8192\" && chmod +x scripts/install_gradio.sh scripts/install_test_requirements.sh scripts/build_frontend.sh && ./scripts/install_gradio.sh && ./scripts/install_test_requirements.sh && ./scripts/build_frontend.sh"
40+
"postCreateCommand": "export NODE_OPTIONS=\"--max-old-space-size=8192\" && chmod +x scripts/install_gradio.sh scripts/install_test_requirements.sh scripts/build_frontend.sh && ./scripts/install_test_requirements.sh && ./scripts/install_gradio.sh && ./scripts/build_frontend.sh"
4141
}

scripts/create_test_requirements-37.sh

-13
This file was deleted.

test/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ gradio-client==0.10.0
8686
# via gradio
8787
gradio-pdf==0.0.7
8888
# via -r requirements.in
89-
h11==0.12.0
89+
h11==0.14.0
9090
# via
9191
# httpcore
9292
# uvicorn
93-
httpcore==0.15.0
93+
httpcore==1.0.5
9494
# via httpx
95-
httpx==0.23.0
95+
httpx==0.28.1
9696
# via
9797
# -r requirements.in
9898
# gradio

0 commit comments

Comments
 (0)