Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
Asyst Moodle Plugin
Commits
2c569758
Commit
2c569758
authored
4 months ago
by
Artem Baranovskyi
Browse files
Options
Download
Email Patches
Plain Diff
Image build is optimized.
parent
70cb2dfe
Pipeline
#10770
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-2
.gitlab-ci.yml
flask_ml_api/Dockerfile
+1
-1
flask_ml_api/Dockerfile
with
5 additions
and
3 deletions
+5
-3
.gitlab-ci.yml
+
4
-
2
View file @
2c569758
...
...
@@ -50,7 +50,9 @@ build:
image
:
docker:20.10.16
services
:
-
name
:
docker:20.10.16-dind
command
:
[
"
--host=tcp://0.0.0.0:2375"
,
"
--tls=false"
,
"
--storage-driver=overlay2"
,
"
--mtu=1500"
,
"
--data-root=/mnt/volume"
]
command
:
[
"
--host=tcp://docker:2375"
,
"
--tls=false"
,
"
--storage-driver=overlay2"
,
"
--mtu=1500"
,
"
--data-root=/mnt/volume"
]
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
script
:
-
docker info
-
docker buildx create --use
...
...
@@ -69,4 +71,4 @@ deploy:
-
docker pull 22baar1mst/asyst-nlp-grader:latest
-
docker run -d 22baar1mst/asyst-nlp-grader:latest
only
:
-
master
-
master
\ No newline at end of file
This diff is collapsed.
Click to expand it.
flask_ml_api/Dockerfile
+
1
-
1
View file @
2c569758
FROM
pytorch/pytorch:1.10.0-cuda11.3-cudnn8-runtime
as
build
=
FROM pytorch/pytorch:1.10.0-cuda11.3-cudnn8-runtime as build
RUN
apt-get update
&&
apt-get
install
-y
curl
RUN
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs
-o
/usr/local/bin/rustup-init.sh
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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