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
f16b6723
"server/text_generation_server/models/flash_starcoder2.py" did not exist on "85aa7e2e7b02608eea04206b6cc0fa0ccced80ef"
Unverified
Commit
f16b6723
authored
Oct 15, 2019
by
Francisco Massa
Committed by
GitHub
Oct 15, 2019
Browse files
Fix CUDA CI (#1464)
parent
ed5b2dc3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
.circleci/config.yml
+1
-1
.circleci/config.yml.in
.circleci/config.yml.in
+1
-1
No files found.
.circleci/config.yml
View file @
f16b6723
...
@@ -131,7 +131,7 @@ jobs:
...
@@ -131,7 +131,7 @@ jobs:
sudo apt-get update
sudo apt-get update
export DOCKER_VERSION="5:19.03.2~3-0~ubuntu-xenial"
export DOCKER_VERSION="5:19.03.2~3-0~ubuntu-xenial"
sudo apt-get install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION} containerd.io
sudo apt-get install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION} containerd.io
=1.2.6-3
# Add the package repositories
# Add the package repositories
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
...
...
.circleci/config.yml.in
View file @
f16b6723
...
@@ -131,7 +131,7 @@ jobs:
...
@@ -131,7 +131,7 @@ jobs:
sudo apt-get update
sudo apt-get update
export DOCKER_VERSION="5:19.03.2~3-0~ubuntu-xenial"
export DOCKER_VERSION="5:19.03.2~3-0~ubuntu-xenial"
sudo apt-get install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION} containerd.io
sudo apt-get install docker-ce=${DOCKER_VERSION} docker-ce-cli=${DOCKER_VERSION} containerd.io
=1.2.6-3
# Add the package repositories
# Add the package repositories
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
distribution=$(. /etc/os-release;echo $ID$VERSION_ID)
...
...
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