Giter Club home page Giter Club logo

dockerfile-mistral's Introduction

Dockerfile说明

  • 基于ubuntu_14.04.5的镜像
  • 设置环境变量,相当于变量赋值
  • 拷贝源
  • 安装各个软件包
  • pip install -U pip 为升级pip,由于ubuntu系统的问题,pip的路径有问题升级不到9.0.1; 使用以下命令可以解决:mv /usr/lib/python2.7/dist-packages/pip /usr/lib/python2.7/dist-packages/pip-1.5.4 && cp -r /usr/local/lib/python2.7/dist-packages/pip /usr/lib/python2.7/dist-packages/
  • 拷贝mistral的安装脚本
  • 进入mistral目录,通过本地源安装requirements.txt的pip包
  • 通过python setup.py 安装mistral
  • 复制service.sh脚本到根目录
  • 创建3个挂载点/etc/mistral /var/log/mistral /var/lib/mistral
  • 容器执行/server.sh脚本

dockerfile-mistral's People

Contributors

rocky11030 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.