Skip to content

Commit

Permalink
Improve readme (#693)
Browse files Browse the repository at this point in the history
* Add semantic line breaks

* Improve readme

* update some unordered lists to ordered list

* add steps for Generate  Dockerfiles through `make generate-dockerfiles`

* add table of contents

* additional formatting

* update makefile

* add additional auto-deploy option to readme
  • Loading branch information
EveningStarlight authored Nov 26, 2024
1 parent f488d44 commit 75be8ad
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 113 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ generate-Spark:
###### Dockerfile Management ######
###################################

all:
@echo 'Did you mean to generate all Dockerfiles? That has been renamed to `make generate-dockerfiles`'

generate-dockerfiles: clean jupyterlab rstudio remote-desktop sas docker-stacks-datascience-notebook
@echo "All dockerfiles created."

Expand All @@ -81,7 +78,6 @@ generate-dockerfiles: clean jupyterlab rstudio remote-desktop sas docker-stacks-

# Configure the "Bases".
#
# Revert Stan's change made in PR#306 that includes $(SRC)/2_cpu.Dockerfile It really balloons the size of the image
# PyTorch image can use Aanaconda's CUDA packages (much simpler)
pytorch: .output
$(CAT) \
Expand Down
Loading

0 comments on commit 75be8ad

Please sign in to comment.