mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-07-08 21:45:51 +00:00
delete unnecessary machine-learning
This commit is contained in:
@@ -14,7 +14,6 @@ env:
|
||||
- DOCKERFILE_DIR=httpd
|
||||
- DOCKERFILE_DIR=iperf
|
||||
- DOCKERFILE_DIR=machine-learning-ui
|
||||
- DOCKERFILE_DIR=machine-learning
|
||||
- DOCKERFILE_DIR=mariadb
|
||||
- DOCKERFILE_DIR=memcached
|
||||
- DOCKERFILE_DIR=mixer-ci
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
FROM clearlinux
|
||||
MAINTAINER marcos.simental.magana@intel.com
|
||||
|
||||
ARG swupd_args
|
||||
|
||||
RUN swupd update --no-boot-update $swupd_args \
|
||||
&& swupd bundle-add machine-learning-basic R-basic R-extras \
|
||||
&& rm -rf /var/lib/swupd
|
||||
|
||||
CMD 'bash'
|
||||
@@ -1,35 +0,0 @@
|
||||
Machine Learning
|
||||
================
|
||||
[](http://microbadger.com/images/clearlinux/machine-learning "Get your own image badge on microbadger.com")
|
||||
[](http://microbadger.com/images/clearlinux/machine-learning "Get your own version badge on microbadger.com")
|
||||
|
||||
This provides a machine learning environment with the `machine-learning-basic`,
|
||||
`R-basic` and `R-extras` bundles from [Clearlinux](https://clearlinux.org/documentation/bundles_overview.html)
|
||||
|
||||
Build
|
||||
-----
|
||||
```
|
||||
docker build -t clearlinux/machine-learning .
|
||||
```
|
||||
|
||||
Or just pull it from Dockerhub
|
||||
------------------------------
|
||||
```
|
||||
docker pull clearlinux/machine-learning
|
||||
```
|
||||
|
||||
Run the machine-learning Container
|
||||
----------------------------------
|
||||
```
|
||||
docker run -it clearlinux/machine-learning
|
||||
```
|
||||
|
||||
Environment Variables
|
||||
---------------------
|
||||
none
|
||||
|
||||
Extra Build ARGs
|
||||
----------------
|
||||
- ``swupd_args`` Specifies [SWUPD](https://github.com/clearlinux/swupd-client/blob/master/docs/swupd.1.rst#options) flags
|
||||
|
||||
Default build args in Docker are on: https://docs.docker.com/engine/reference/builder/#arg
|
||||
Reference in New Issue
Block a user