mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: fix docker detection
This commit is contained in:
@@ -12,7 +12,7 @@ isDockerBuildkit(){
|
||||
}
|
||||
|
||||
isDockerContainer(){
|
||||
[[ -e ./dockerenv ]]
|
||||
[[ -e /.dockerenv ]]
|
||||
}
|
||||
|
||||
LINUX_INSTALL_PYTHON=0
|
||||
|
||||
Reference in New Issue
Block a user