Skip to content

Commit

Permalink
Merge branch 'shorthills-ai:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ShorthillsAI authored Dec 13, 2023
2 parents b9aacfa + c5ed817 commit 026e9e9
Show file tree
Hide file tree
Showing 162 changed files with 9,194 additions and 2,229 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
command: |
pip --version
pip install --progress-bar off -r requirements/doc-requirements.txt pytest pytest-cov plotly .[gateway]
environment:
PIP_EXTRA_INDEX_URL: https://download.pytorch.org/whl/cpu
- run:
name: Build documentation
working_directory: docs
Expand Down
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 026e9e9

Please sign in to comment.