diff --git a/Golden_Repo/t/torchvision/torchvision-0.8.1-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb b/Golden_Repo/t/torchvision/torchvision-0.8.1-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb
deleted file mode 100644
index 2c61fff6031bd155a08070990ce903dd2f036f35..0000000000000000000000000000000000000000
--- a/Golden_Repo/t/torchvision/torchvision-0.8.1-gcccoremkl-9.3.0-2020.2.254-Python-3.8.5.eb
+++ /dev/null
@@ -1,44 +0,0 @@
-easyblock = 'PythonPackage'
-
-name = 'torchvision'
-version = '0.8.1'
-versionsuffix = '-Python-%(pyver)s'
-
-
-homepage = 'http://pytorch.org/'
-description = """The torchvision package consists of popular datasets, model architectures, and common image
-transformations for computer vision."""
-
-site_contacts = 'a.strube@fz-juelich.de'
-
-toolchain = {'name': 'gcccoremkl', 'version': '9.3.0-2020.2.254'}
-
-download_dep_fail = True
-
-source_urls = [
-    'https://github.com/pytorch/vision/archive',
-]
-sources = [
-    'v%(version)s.tar.gz'
-]
-
-dependencies = [
-    ('Python', '3.8.5'),
-    ('SciPy-Stack', '2020', versionsuffix),
-    ('PyTorch', '1.7.0', versionsuffix),
-    ('Pillow-SIMD', '7.0.0.post3', versionsuffix),
-]
-
-options = {'modulename': 'torchvision'}
-
-sanity_check_paths = {
-    'files': [],
-    'dirs': ['lib/python%(pyshortver)s/site-packages'],
-}
-
-# Add a property
-modluafooter = """
-add_property("arch","gpu")
-"""
-
-moduleclass = 'devel'
diff --git a/acls.yml b/acls.yml
index 75d5880b1f9ff481550233d05bd4c22e43351091..959978a7197736035aceda97f4ded4a051e8cb27 100644
--- a/acls.yml
+++ b/acls.yml
@@ -100,3 +100,6 @@ software:
   - name: 'JAX'
     owner: 'strube1'
     base: True
+  - name: 'torchvision'
+    owner: 'strube1'
+    base: 'true'
\ No newline at end of file