-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #551 from NREL/nono
Purge per NREL management and legal
- Loading branch information
Showing
10 changed files
with
1 addition
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
#pattern filter=crypt diff=crypt | ||
julia_src/xpress/licenseserver/xpauth.xpr filter=crypt diff=crypt merge=crypt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
version: "2.1" | ||
|
||
services: | ||
licenseserver: | ||
container_name: xpress_license_server_dev | ||
build: | ||
context: ./xpress/licenseserver | ||
mac_address: c4:b3:01:d3:d5:eb | ||
command: xpserver | ||
expose: | ||
- 27100 | ||
|
||
julia: | ||
container_name: julia_api_dev | ||
build: | ||
context: . | ||
args: | ||
- XPRESS_LICENSE_HOST=xpress_license_server_dev | ||
command: julia --project="/opt/julia_src" http.jl | ||
ports: | ||
- "8081:8081" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
FROM ubuntu:latest | ||
# For creating base image of Julia API. Requires an untracked tar.gz file for FICO Xpress | ||
# Used in both production and local development | ||
|
||
WORKDIR /opt/reopt/solver | ||
COPY xp8.12.3_linux_x86_64.tar.gz . | ||
COPY install.sh . | ||
# For creating base image of Julia API |
This file was deleted.
Oops, something went wrong.