Skip to content

Commit a6803e4

Browse files
committed
fix fd7804b split tar files
1 parent bbeac24 commit a6803e4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,7 +1949,7 @@ build command. These only need to be done once:
19491949

19501950
Then build:
19511951

1952-
$ conda build <path-to-songexplorer-repo>/install/conda/songexplorer -c conda-forge -c nvidida
1952+
$ conda build <path-to-songexplorer-repo>/install/conda/songexplorer -c conda-forge -c nvidia
19531953

19541954
To install directly from this local build:
19551955

@@ -2002,7 +2002,8 @@ To upload a tarball to Github, compress the conda environment and drag and drop
20022002
it into the assets section of the releases page:
20032003

20042004
$ cd $CONDA_PREFIX/envs
2005-
$ tar czf songexplorer-<version>-<architecture>.tar.gz [--tape-length=2G] songexplorer
2005+
$ tar czf songexplorer-<version>-<architecture>.tar.gz songexplorer
2006+
$ cat songexplorer-<version>-<architecture>.tar.gz | split --bytes=2GB - songexplorer-<version>-<architecture>.tar.gz.
20062007

20072008
After downloading, some users will need to re-install some pip dependencies
20082009
(e.g. tensorflow-metal on MacOS) as they are not in general relocatable:

0 commit comments

Comments
 (0)