Brian Vanderbusch

Results 190 comments of Brian Vanderbusch

https://github.com/OctoPrint/octoprint-docker/blob/udev-rules-for-dynamic-usb-serial-support/71-octoprint.docker.rules

are you sure your device uses ttyUSB and not ttyACM? Also, are you sure your printer is on USB0 and not USB1 or another enumerated USB device port? The reason...

What's interesting, is I just built the `minimal` image (#156) and even _that_ image is clocking in at just under < 800Mb. I'm afraid of cutting too much, since octoprint...

Have you seen our `minimal` image? This issue is specific to the main image, although there are steps we can take to further optimize the minimal image, and we'd accept...

@torresmvl yes. And @nunofgs image was deprecated when v1 of this image was dropped. He worked with us to ensure compatibility, but he's no longer maintaining that image.

> Inspecting the image inside my local portainer deployment, it seems that this step is weightening **590MB** uncompressed (although it weighs less than 300MB on Docker Hub image registries) >...

That means nothing. It's a union file system, thus that command shows things from all layers (even the ones we inherit from).

I'm familiar with multi-stage builds (we're using them). The problem is that many of the things you're considering as build tools are used by several common and large components of...

@AdrianoKF sure, that would be great. I haven't gotten around to it yet myself so that would def help. It won't make much of a difference because this image is...

Does this fail every time with this same error with this same configuration?