Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
4b20ac52
"server/text_generation_server/models/mpt.py" did not exist on "3fef90d50fe6248abe320904e51dbf98972fe25b"
Unverified
Commit
4b20ac52
authored
Nov 15, 2021
by
Vasilis Vryniotis
Committed by
GitHub
Nov 15, 2021
Browse files
Add libtinfo5 depedency. (#4931)
parent
840ad8ab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
.circleci/config.yml
.circleci/config.yml
+2
-0
.circleci/config.yml.in
.circleci/config.yml.in
+2
-0
No files found.
.circleci/config.yml
View file @
4b20ac52
...
...
@@ -225,6 +225,8 @@ jobs:
-
checkout
-
run
:
command
:
|
sudo apt-get update -y
sudo apt install -y libtinfo5
curl https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-format-linux64 -o clang-format
chmod +x clang-format
sudo mv clang-format /opt/clang-format
...
...
.circleci/config.yml.in
View file @
4b20ac52
...
...
@@ -225,6 +225,8 @@ jobs:
- checkout
- run:
command: |
sudo apt-get update -y
sudo apt install -y libtinfo5
curl https://oss-clang-format.s3.us-east-2.amazonaws.com/linux64/clang-format-linux64 -o clang-format
chmod +x clang-format
sudo mv clang-format /opt/clang-format
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment