Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PH
Posts
0
Comments
561
Joined
2 yr. ago

  • If the script is working like that it implies that your working_dir is / inside the container, hence why your python script can write to ./data instead needing to say of /data with the absolute forward slash. To my knowledge volumes cannot be mounted that way because the working directory inside the container is constantly changing, but you can set the initial working directory to /data. If you don't want the python script inside the data folder/working directory but still want to be able to call it without specifying a path to the script you'll need to copy it into a bin folder. So in summary you would have the script in bin, your working directory would be /data which would be associated with your machine's directory you used when starting the docker-compose and the script would just use the path ./

    Edit: another option if you can't change the starting working directory is simply to cd first: cd /data && yourscript

  • The key is to use Bitcoin to buy gift cards to buy monero. It's clear you're doing something shady but it would be hard to get the complete paper trail... But then again you'll probably just be arrested for money laundering because the IRS takes tax evasion more seriously than the FBI takes murder.

  • This doesn't appear to be anonymous, it requires you to enter an api key. The ideal method for anonymity with this would be a third party selling chat gpt API keys so chat gpt wouldn't know who owns it and the third party seller wouldn't know what you're inputting. If that's what OP is looking for anyway.