python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Unzip local file and delete original in Dockerfile image build
I'm trying to uncompress a file and delete the original, compressed, archive in my Dockerfile image build instructions. I need to do this because the file in question is larger than the 2GB limit set ...
Cole Robertson
Votes: 0
Answers: 2
I cannot delete a folder with the path C:\Users\Son Nguyen\Desktop\tar -czvf nguyen_hong_son.tar.gz .\
I am having a problem that I cannot delete a folder with the path C:\Users\Son Nguyen\Desktop\tar -czvf nguyen_hong_son.tar.gz .\ . When I delete, open or rename the folder, it gives me an error.
I tr...
Nguyễn Hồng Sơn
Votes: 0
Answers: 0
Converting a .pickle model to a tar.gz model for use in Sagemaker
How would I convert a model saved as a .pickle file to tar.gz format?
This is an XGBoost model that has been trained using Scikit-learn and Cross Validation. The tar.gz format is required for deployme...
Sandro
Votes: 0
Answers: 1
Read a fortran binary file in a tar.gz archvie using python
I have a Fortran code that outputs its data in a unformatted file (binary file).
I also have a python diagnostic code that reads that binary data in order to analyse it.
for ip in range(np.size(fileNa...
Gundro
Votes: 0
Answers: 0

