Skip to content

Commit

Permalink
Update devcontainer image and extensions (mlflow#10096)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <[email protected]>
Signed-off-by: swathi <[email protected]>
  • Loading branch information
harupy authored and KonakanchiSwathi committed Nov 29, 2023
1 parent b48eb90 commit deebcbf
Show file tree
Hide file tree
Showing 5 changed files with 460 additions and 194 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@
"prettier.configPath": "/workspaces/mlflow/mlflow/server/js/.prettierrc.js"
},
"extensions": [
"charliermarsh.ruff",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"GitHub.copilot",
"GitHub.copilot-chat",
"GitHub.vscode-pull-request-github",
"ms-azuretools.vscode-docker",
"ms-python.black-formatter",
"ms-python.python",
"ms-toolsai.jupyter",
"oderwat.indent-rainbow",
"PKief.material-icon-theme",
"ritwickdey.LiveServer",
Expand Down
6 changes: 4 additions & 2 deletions .devcontainer/pip-compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ set -ex
pip install pip-tools

cd requirements
echo ipykernel >> /tmp/requirements.txt
pip-compile --verbose \
--output-file /tmp/output.txt \
skinny-requirements.txt \
core-requirements.txt \
doc-requirements.txt \
doc-min-requirements.txt \
test-requirements.txt \
lint-requirements.txt
lint-requirements.txt \
/tmp/requirements.txt

# Add a timestamp at the beginning of the file
echo "# Created at: $(date -u +"%F %T %Z")" | cat - /tmp/output.txt > /tmp/requirements.txt
Loading

0 comments on commit deebcbf

Please sign in to comment.