You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Things I already tried that didnt work:
reinstalling docker
using a different storage driver (vfs instead of overlay2)
removing the file while the script is running using another script
mounting a copy of the file to make sure it isn't in use
I hope that this repository is still maintained and that somebody knows how to fix this.
The text was updated successfully, but these errors were encountered:
This wasn't encountered before from our side. Would the very first build with fresh environment still have the unremove-able file? At this moment I don't see it's related to the Dockerfile we provide as it passes the building.
The file is in a directory that is recreated each time the container is tried to be built, meaning that no enviroment has that file before building.
I did not mean to blame it on your Dockerfile, I was just wondering wether or not you had an idea for a solution.
Plattform: Nvidia Jetson Nano with Edge TPU installed
Docker version: Docker version 20.10.21, build 20.10.21-0ubuntu1~18.04.3
Ubuntu version:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.6 LTS
Release: 18.04
Codename: bionic
(this version is from the official Nvidia Image)
When executing the command:
The folder that this symlink is supposed to be created in is recreated every time the script runs and the original file isn't being held by anything:
Things I already tried that didnt work:
reinstalling docker
using a different storage driver (vfs instead of overlay2)
removing the file while the script is running using another script
mounting a copy of the file to make sure it isn't in use
I hope that this repository is still maintained and that somebody knows how to fix this.
The text was updated successfully, but these errors were encountered: