Skip to content

Releases: VISIONAI/vmx-docker-manager

./models lets you set environment variables

13 Aug 22:36
Compare
Choose a tag to compare

You can now do something like

VMX_LOCAL_URL=http://localhost:3001 ./models

without modifying the contents of the file.

Also the displayed version on top will use git --describe or md5 on the file itself.

Updates vmx-environment during ./vmx update

11 Aug 23:07
Compare
Choose a tag to compare

The new vmx-environment now allows forwarding images served over https. Here is an example of a valid command that wasn't working before:

curl "https://toms-special-vmx-node.vision.ai/forward?q=http://files.vision.ai/images/vision.ai.png" > 

Model transfer, VMXserver launching, and HTTPS instructions

16 Jul 02:16
Compare
Choose a tag to compare

You've probably grow accustomed to using ./vmx but starting today the vmx shell script just got a new friend: ./models

If you want to download all public models from the Public Model server, just type:
./models download -all

And if you're just looking for a handful of special models
./models download face eyes guitar

There are also vision.ai admin instructions for using our SSL keys for launching VMX over a secure HTTPS connection. Feel free to have any new team members contact me if they haven't gotten through all of our codelabs and in-house tutorials.

Tagging fix

01 Feb 08:50
Compare
Choose a tag to compare

Fix the tagging bit.

Shows version and allows dev/latest switching

01 Feb 05:34
Compare
Choose a tag to compare

This version shows the output