ops
ops copied to clipboard
ops - build and run nanos unikernels
a base install of tensorflow has quite a few shared libs and almost 1800 files - no reason for the end-user to deal with this if the base pkg is...
~~* would be good to know if inside a vm or not~~ ~~* would be good to know if there is hardware accel or not~~ * version of gcc/clang being...
right now at least on gcp and probably elsewhere a config is mandatory to delete associated fw rules https://github.com/nanovms/ops/blob/master/gcp/gcp_instance.go#L287-L320 since we auto-create these by default and are tagging them as...
``` Post "https://172.16.41.133:8006/api2/json/nodes/pve/storage/local/upload": write tcp 172.16.41.1:49449->172.16.41.133:8006: use of closed network connection ```
run into what appears some timing issues periodically such as: ``` can not add virtio disk from local storage, check token permissions, environment variables correctness ```
Basically this completes the loop for pushing packages with multiple arches via CLI. Seeing as the current `--arch` flag accepts either `amd64` (as opposed to `x86_64`) or `arm64`, I'm manually...
Is there a way to run ops generated images in Cloud Run without the need to wrap the ops command with another container?
I have problem create new image with DO, it often hangs even I see the new image has been created on DO spaces, and images being shown as pending. Update:...
Hello! I am attempting to get a working unikernel on my workstation (going through this blog: https://nanovms.com/dev/tutorials/gpu-accelerated-computing-nanos-unikernels) but running into a number of hurdles I thought I should document and...