Skip to content

Commit fe8cf3c

Browse files
committed
feat: install pip requirements on container start
1 parent 2823272 commit fe8cf3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/configure.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22
set -e
33

4+
pip install -r requirements.txt
5+
46
# Set up YDB profile if ydb cli exists
57
if which ydb > /dev/null 2>&1; then
68
ENDPOINT=$(echo ${YDB_CONNECTION_STRING_SECURE:-$YDB_CONNECTION_STRING} | awk -F/ '{print $1 "//" $3}')

0 commit comments

Comments
 (0)