From 87eceed6d87c68da9aafddd25d09425fdce2f803 Mon Sep 17 00:00:00 2001 From: Matthew Guthaus Date: Wed, 2 Oct 2024 09:56:39 -0700 Subject: [PATCH] Remove PDK directory in mount --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 95676b84089..ddcc5f2a860 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,6 @@ mount: @docker run -it \ -v .:/openroad \ -v $(HOME):$(HOME)\ - -v $(PDK_ROOT):/pdk \ - -e PDK_ROOT=/pdk \ -w /openroad \ vlsida/openroad-ubuntu:latest .PHONY: mount