This commit is contained in:
Cryptoval2
2024-06-01 16:23:03 -04:00
commit 1553a2132a
4 changed files with 52 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM pytorch/pytorch:latest
# Install Jupyter Notebook
RUN pip install jupyterlab
# Install additional packages
RUN pip install tensorflow
# Set environment variables, etc.
#ENV MY_ENV_VAR=myvalue