Git Product home page Git Product logo

price_opt's Introduction

Product Price Optimization

# 构建容器
cd ~/opt_price/docker

sudo docker build --network host -t priceopt:latest .


# 运行容器
cd ~/opt_price

sudo docker run --network host --name optprice -v $(pwd):/workspace  -it priceopt:latest

# 停止容器
# sudo docker stop optprice

# 删除容器
# sudo docker rm optprice

# docker exec 
# sudo docker exec -it optprice /bin/bash

## 进入到docker容器后
cd /workspace

python3
from amplpy import AMPL, modules
modules.activate("<license-uuid>")
ampl = AMPL()

# 运行服务
nohup python3 src/opt.py &

# 退出docker 并测试端口 control+d 退出
cd ~/opt_price

curl -X POST "http://127.0.0.1:52565/optimize" -H "Content-Type: application/json" -d @data/demo.json

price_opt's People

Contributors

adamzh0u avatar

Stargazers

 avatar

Watchers

 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.